Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / ntoskrnl / nt / vdm.c
index 59630a2..eb46b8a 100644 (file)
 
 /* INCLUDES *****************************************************************/
 
-#include <ddk/ntddk.h>
+#include <ntoskrnl.h>
 
+#define NDEBUG
 #include <internal/debug.h>
 
+
 /* GLOBALS *******************************************************************/
 
 static UCHAR OrigIVT[1024];
@@ -33,8 +35,9 @@ NtEarlyInitVdm(VOID)
   memcpy(OrigBDA, (PVOID)0x400, 256);
 }
 
-NTSTATUS STDCALL NtVdmControl(ULONG ControlCode,
-                             PVOID ControlData)
+NTSTATUS STDCALL
+NtVdmControl(IN ULONG  ControlCode,
+  IN PVOID  ControlData)
 {
   switch (ControlCode)
     {