mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 01:12:58 +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,
|
DevicePropertyAllocatedResources = 0x15,
|
||||||
DevicePropertyContainerID = 0x16 | __string_type
|
DevicePropertyContainerID = 0x16 | __string_type
|
||||||
} DEVICE_REGISTRY_PROPERTY;
|
} DEVICE_REGISTRY_PROPERTY;
|
||||||
|
#undef __string_type
|
||||||
|
#undef __guid_type
|
||||||
|
#undef __multiString_type
|
||||||
|
|
||||||
typedef enum _IO_NOTIFICATION_EVENT_CATEGORY {
|
typedef enum _IO_NOTIFICATION_EVENT_CATEGORY {
|
||||||
EventCategoryReserved,
|
EventCategoryReserved,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue