Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenksguid.h
Go to the documentation of this file.
00001 #define INITGUID 00002 #include <guiddef.h> 00003 00004 #ifndef STATICGUIDOF 00005 #define STATICGUIDOF(guid) STATIC_##guid 00006 #endif 00007 00008 #if !defined( DEFINE_WAVEFORMATEX_GUID ) 00009 #define DEFINE_WAVEFORMATEX_GUID(x) (USHORT)(x), 0x0000, 0x0010, { 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 } 00010 #endif 00011 00012 #if defined( DEFINE_GUIDEX ) 00013 #undef DEFINE_GUIDEX 00014 #define DEFINE_GUIDEX(name) EXTERN_C const CDECL GUID __declspec(selectany) name = { STATICGUIDOF(name) } 00015 #else 00016 #define DEFINE_GUIDEX(name) EXTERN_C const CDECL GUID __declspec(selectany) name = { STATICGUIDOF(name) } 00017 #endif 00018 Generated on Sat May 26 2012 04:29:22 for ReactOS by
1.7.6.1
|