Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / ntoskrnl / include / internal / ob.h
index b8ad6b7..16f406a 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef __INCLUDE_INTERNAL_OBJMGR_H
 #define __INCLUDE_INTERNAL_OBJMGR_H
 
-#include <ddk/types.h>
+#ifndef AS_INVOKED
 
 struct _EPROCESS;
 
@@ -109,4 +109,6 @@ ObDuplicateObject(PEPROCESS SourceProcess,
                  BOOLEAN InheritHandle,
                  ULONG Options);
 
+#endif /* !AS_INVOKED */
+
 #endif /* __INCLUDE_INTERNAL_OBJMGR_H */