mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
wrote and adding missing dx headers
svn path=/trunk/; revision=19896
This commit is contained in:
parent
b3329d6391
commit
72510b8edb
1 changed files with 22 additions and 0 deletions
22
reactos/w32api/include/ksguid.h
Normal file
22
reactos/w32api/include/ksguid.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
#ifndef __KSGUID__
|
||||
#define __KSGUID__
|
||||
|
||||
#define INITGUID
|
||||
#include <guiddef.h>
|
||||
|
||||
#if defined( DEFINE_GUIDEX )
|
||||
#undef DEFINE_GUIDEX
|
||||
#endif
|
||||
|
||||
#if !defined( DEFINE_WAVEFORMATEX_GUID )
|
||||
#define DEFINE_WAVEFORMATEX_GUID(guid_id) (USHORT)(guid_id), 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71
|
||||
#endif
|
||||
|
||||
#ifndef STATICGUIDOF
|
||||
#define STATICGUIDOF(guids) STATIC_##guids
|
||||
#endif
|
||||
|
||||
#define DEFINE_GUIDEX(Name) EXTERN_C const CDECL GUID __declspec(selectany) Name = { STATIC_##Name }
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue