mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
try to fix build
svn path=/trunk/; revision=47560
This commit is contained in:
parent
babe335c71
commit
38717f6840
1 changed files with 4 additions and 0 deletions
|
@ -1043,6 +1043,8 @@ typedef struct _PHYSICAL_COUNTER_RESOURCE_LIST {
|
|||
PHYSICAL_COUNTER_RESOURCE_DESCRIPTOR Descriptors[ANYSIZE_ARRAY];
|
||||
} PHYSICAL_COUNTER_RESOURCE_LIST, *PPHYSICAL_COUNTER_RESOURCE_LIST;
|
||||
|
||||
#endif // 0
|
||||
|
||||
typedef VOID
|
||||
(NTAPI *PciPin2Line)(
|
||||
IN struct _BUS_HANDLER *BusHandler,
|
||||
|
@ -1080,6 +1082,8 @@ typedef struct _PCIBUSDATA {
|
|||
PVOID Reserved[4];
|
||||
} PCIBUSDATA, *PPCIBUSDATA;
|
||||
|
||||
#if 0 // Someone (testbot? RosBE for linux?) doesn't like too many types it seems...
|
||||
|
||||
#ifndef _PCIINTRF_X_
|
||||
#define _PCIINTRF_X_
|
||||
|
||||
|
|
Loading…
Reference in a new issue