From a9cf165e5f5feb26a89b8f134e7a25bac881eb70 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 3 Jun 2010 23:40:33 +0000 Subject: [PATCH] [DDK] try to work around the testbot brokenness with an #if 0" svn path=/trunk/; revision=47558 --- reactos/include/ddk/ntddk.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/include/ddk/ntddk.h b/reactos/include/ddk/ntddk.h index f8d1d3c1c29..0e02581425d 100644 --- a/reactos/include/ddk/ntddk.h +++ b/reactos/include/ddk/ntddk.h @@ -703,6 +703,7 @@ typedef union _PCI_EXPRESS_SLOT_CONTROL_REGISTER { USHORT AsUSHORT; } PCI_EXPRESS_SLOT_CONTROL_REGISTER, *PPCI_EXPRESS_SLOT_CONTROL_REGISTER; +#if 0 // Someone (testbot? RosBE for linux?) doesn't like too many types it seems... typedef union _PCI_EXPRESS_SLOT_STATUS_REGISTER { struct { USHORT AttentionButtonPressed:1; @@ -964,6 +965,8 @@ typedef struct _PCI_BUS_INTERFACE_STANDARD { #endif /* (NTDDI_VERSION >= NTDDI_WIN7) */ +#endif // 0 + typedef enum _HAL_QUERY_INFORMATION_CLASS { HalInstalledBusInformation, HalProfileSourceInformation, -- 2.17.1