Run dos2unix on bayou and remove white space at the end of lines.
[coreboot.git] / payloads / bayou / util / pbuilder / 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