From 38717f6840b5aef36a2521bf4ae92f1d6bdc747e Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Fri, 4 Jun 2010 00:26:49 +0000 Subject: [PATCH] try to fix build svn path=/trunk/; revision=47560 --- reactos/include/ddk/ntddk.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/include/ddk/ntddk.h b/reactos/include/ddk/ntddk.h index 1143aa4a545..a74e448e885 100644 --- a/reactos/include/ddk/ntddk.h +++ b/reactos/include/ddk/ntddk.h @@ -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_