try to fix build
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 4 Jun 2010 00:26:49 +0000 (00:26 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 4 Jun 2010 00:26:49 +0000 (00:26 +0000)
svn path=/trunk/; revision=47560

reactos/include/ddk/ntddk.h

index 1143aa4..a74e448 100644 (file)
@@ -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;
 
   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,
 typedef VOID
 (NTAPI *PciPin2Line)(
   IN struct _BUS_HANDLER *BusHandler,
@@ -1080,6 +1082,8 @@ typedef struct _PCIBUSDATA {
   PVOID Reserved[4];
 } PCIBUSDATA, *PPCIBUSDATA;
 
   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_
 
 #ifndef _PCIINTRF_X_
 #define _PCIINTRF_X_