try to work around the testbot brokenness with an #if 0"

svn path=/trunk/; revision=47558
This commit is contained in:
Timo Kreuzer 2010-06-03 23:40:33 +00:00
parent a8d609e19d
commit a9cf165e5f

View file

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