[XDK] Undefine some defines once they are not needed

This commit is contained in:
Jérôme Gardou 2021-03-11 16:06:32 +01:00
parent 4c7b71ac4f
commit fa74ae571b

View file

@ -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,