Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / kernel32 / file / volume.c
index a706ddb..77b0149 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: volume.c,v 1.24 2002/08/27 06:38:23 hbirr Exp $
+/* $Id: volume.c,v 1.25 2002/09/07 15:12:26 chorns Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS system libraries
@@ -19,9 +19,9 @@
  * Copyright 1996 Alexandre Julliard
  */
 
-#include <ddk/ntddk.h>
 #include <windows.h>
-#include <ntos/minmax.h>
+#define NTOS_USER_MODE
+#include <ntos.h>
 
 #define NDEBUG
 #include <kernel32/kernel32.h>