Create a branch for header work.
[reactos.git] / lib / sdk / wdmguid / wdmguid.c
1
2 #include <stdarg.h>
3
4 #define COM_NO_WINDOWS_H
5 #include "initguid.h"
6
7 #include <wdmguid.h>
8 #include <umpnpmgr/sysguid.h>
9
10 /* FIXME: shouldn't go there! */
11 DEFINE_GUID(GUID_DEVICE_SYS_BUTTON,
12 0x4AFA3D53L, 0x74A7, 0x11d0, 0xbe, 0x5e, 0x00, 0xA0, 0xC9, 0x06, 0x28, 0x57);
13
14 /* EOF */