[ROSSYM]
[reactos.git] / reactos / lib / rossym / zwfile.c
index dc89c3e..f4d7e6b 100644 (file)
@@ -8,13 +8,10 @@
  */
 
 #define NTOSAPI
-#include <ntddk.h>
+#include <wdm.h>
 #include <reactos/rossym.h>
 #include "rossympriv.h"
 
-#define NDEBUG
-#include <debug.h>
-
 BOOLEAN
 RosSymZwReadFile(PVOID FileContext, PVOID Buffer, ULONG Size)
 {
@@ -48,5 +45,3 @@ RosSymZwSeekFile(PVOID FileContext, ULONG_PTR Position)
 
   return NT_SUCCESS(Status);
 }
-
-/* EOF */