Author: tkreuzer Date: Fri Jun 4 01:40:33 2010 New Revision: 47558
URL: http://svn.reactos.org/svn/reactos?rev=47558&view=rev Log: [DDK] try to work around the testbot brokenness with an #if 0"
Modified: trunk/reactos/include/ddk/ntddk.h
Modified: trunk/reactos/include/ddk/ntddk.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/ntddk.h?rev=475... ============================================================================== --- trunk/reactos/include/ddk/ntddk.h [iso-8859-1] (original) +++ trunk/reactos/include/ddk/ntddk.h [iso-8859-1] Fri Jun 4 01:40:33 2010 @@ -703,6 +703,7 @@ 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; @@ -963,6 +964,8 @@ #define FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK_EX FILE_CHARACTERISTICS_REMOVAL_POLICY_MASK
#endif /* (NTDDI_VERSION >= NTDDI_WIN7) */ + +#endif // 0
typedef enum _HAL_QUERY_INFORMATION_CLASS { HalInstalledBusInformation,