Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MyInitGuid.h « Common « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5bdfeed564cca27723e0b285488e8ff380c64acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Common/MyInitGuid.h

#ifndef __COMMON_MYINITGUID_H
#define __COMMON_MYINITGUID_H

#ifdef _WIN32
#include <initguid.h>
#else
#define INITGUID
#include "MyGuidDef.h"
#endif

#endif