Fix build
authorAlex Ionescu <aionescu@gmail.com>
Sun, 8 Jan 2006 01:24:27 +0000 (01:24 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sun, 8 Jan 2006 01:24:27 +0000 (01:24 +0000)
svn path=/trunk/; revision=20693

reactos/drivers/video/miniport/xboxvmp/xboxvmp.h

index cf09ba8..0357551 100644 (file)
@@ -54,6 +54,15 @@ typedef struct _SYSTEM_BASIC_INFORMATION
     CCHAR NumberOfProcessors;
 } SYSTEM_BASIC_INFORMATION, *PSYSTEM_BASIC_INFORMATION;
 
+LONG
+__stdcall
+ZwQuerySystemInformation(
+    IN ULONG SystemInformationClass,
+    OUT PVOID SystemInformation,
+    IN ULONG Length,
+    OUT PULONG ResultLength
+);
+
 typedef struct
 {
   PHYSICAL_ADDRESS PhysControlStart;