mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[XDK] Undefine some defines once they are not needed
This commit is contained in:
parent
4c7b71ac4f
commit
fa74ae571b
1 changed files with 3 additions and 0 deletions
|
@ -1216,6 +1216,9 @@ typedef enum {
|
|||
DevicePropertyAllocatedResources = 0x15,
|
||||
DevicePropertyContainerID = 0x16 | __string_type
|
||||
} DEVICE_REGISTRY_PROPERTY;
|
||||
#undef __string_type
|
||||
#undef __guid_type
|
||||
#undef __multiString_type
|
||||
|
||||
typedef enum _IO_NOTIFICATION_EVENT_CATEGORY {
|
||||
EventCategoryReserved,
|
||||
|
|
Loading…
Reference in a new issue