wrote and adding missing dx headers
[reactos.git] / reactos / w32api / include / ksguid.h
1
2 #ifndef __KSGUID__
3 #define __KSGUID__
4
5 #define INITGUID
6 #include <guiddef.h>
7
8 #if defined( DEFINE_GUIDEX )
9 #undef DEFINE_GUIDEX
10 #endif
11
12 #if !defined( DEFINE_WAVEFORMATEX_GUID )
13 #define DEFINE_WAVEFORMATEX_GUID(guid_id) (USHORT)(guid_id), 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71
14 #endif
15
16 #ifndef STATICGUIDOF
17 #define STATICGUIDOF(guids) STATIC_##guids
18 #endif
19
20 #define DEFINE_GUIDEX(Name) EXTERN_C const CDECL GUID __declspec(selectany) Name = { STATIC_##Name }
21
22 #endif