Fix 1.25 ND sources
[tomato.git] / release / src / linux / linux / scripts / squashfs / lzma / C / Common / MyInitGuid.h
blob53b0f0342861d972f21a906fb3cf2ae92ab14e65
1 // Common/MyInitGuid.h
3 #ifndef __COMMON_MYINITGUID_H
4 #define __COMMON_MYINITGUID_H
6 #ifdef _WIN32
7 #include <initguid.h>
8 #else
9 #define INITGUID
10 #include "MyGuidDef.h"
11 #endif
13 #endif