From fa74ae571b36255a8f8cfbd1cedad4aa08df1abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Thu, 11 Mar 2021 16:06:32 +0100 Subject: [PATCH] [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,