mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
[DDK]
try to work around the testbot brokenness with an #if 0" svn path=/trunk/; revision=47558
This commit is contained in:
parent
a8d609e19d
commit
a9cf165e5f
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue