Merge pull request #297 from t-b/upgrade_msys_openssl_101m
[msysgit.git] / include / initguid.h
blob08092a299a86227319c40582e5b0097141cbc515
1 #ifndef _INITGUID_H
2 #define _INITGUID_H
3 #ifndef DEFINE_GUID
4 #include <basetyps.h>
5 #endif
6 #undef DEFINE_GUID
7 #define DEFINE_GUID(n,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) const GUID n GUID_SECT = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
8 #endif