mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
1fb94b1cb5
sync with trunk (r49230) svn path=/branches/cmake-bringup/; revision=49246
18 lines
515 B
C
18 lines
515 B
C
|
|
#include <stdarg.h>
|
|
|
|
#define COM_NO_WINDOWS_H
|
|
#include "initguid.h"
|
|
|
|
#include <wdmguid.h>
|
|
#include <umpnpmgr/sysguid.h>
|
|
|
|
/* FIXME: shouldn't go there! */
|
|
DEFINE_GUID(GUID_DEVICE_SYS_BUTTON,
|
|
0x4AFA3D53L, 0x74A7, 0x11d0, 0xbe, 0x5e, 0x00, 0xA0, 0xC9, 0x06, 0x28, 0x57);
|
|
DEFINE_GUID(GUID_DEVINTERFACE_DISK,
|
|
0x53f56307L, 0xb6bf, 0x11d0, 0x94, 0xf2, 0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);
|
|
DEFINE_GUID(GUID_DEVINTERFACE_CDROM,
|
|
0x53f56308L, 0xb6bf, 0x11d0, 0x94, 0xf2, 0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);
|
|
|
|
/* EOF */
|