https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fa74ae571b36255a8f8cfb...
commit fa74ae571b36255a8f8cfbd1cedad4aa08df1abc Author: Jérôme Gardou jerome.gardou@reactos.org AuthorDate: Thu Mar 11 16:06:32 2021 +0100 Commit: Jérôme Gardou jerome.gardou@reactos.org CommitDate: Wed Mar 24 11:07:54 2021 +0100
[XDK] Undefine some defines once they are not needed --- sdk/include/xdk/iotypes.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/sdk/include/xdk/iotypes.h b/sdk/include/xdk/iotypes.h index db056814088..a8a2d8d601e 100644 --- a/sdk/include/xdk/iotypes.h +++ b/sdk/include/xdk/iotypes.h @@ -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,