fix compilation issues for pirq checker tool (trivial)
[coreboot.git] / util / cbfstool / tools / lzma / C / Common / MyInitGuid.h
1 // Common/MyInitGuid.h
2
3 #ifndef __COMMON_MYINITGUID_H
4 #define __COMMON_MYINITGUID_H
5
6 #ifdef _WIN32
7 #include <initguid.h>
8 #else
9 #define INITGUID
10 #include "MyGuidDef.h"
11 #endif
12
13 #endif