Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / kernel32 / file / create.c
index 23e31a5..7dd3868 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: create.c,v 1.27 2002/08/24 03:50:49 hyperion Exp $
+/* $Id: create.c,v 1.28 2002/09/07 15:12:26 chorns Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS system libraries
 
 /* INCLUDES *****************************************************************/
 
-#include <ddk/ntddk.h>
-/* please FIXME: ddk/ntddk.h should be enough */
-#include <ddk/iodef.h>
-#include <ntdll/rtl.h>
 #include <windows.h>
+#define NTOS_USER_MODE
+#include <ntos.h>
 
 #define NDEBUG
 #include <kernel32/kernel32.h>