Mainly just added some small #ifdef sections for a little portability.
[reactos.git] / reactos / include / ntos.h
index 6e14bd0..4af8fed 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef _NTOS_H
 #define _NTOS_H
-/* $Id: ntos.h,v 1.7 2002/11/14 18:21:02 chorns Exp $ */
+/* $Id: ntos.h,v 1.8 2002/11/24 18:24:51 robd Exp $ */
 
 #if defined(NTOS_MODE_USER)
 // include windows.h before ntddk.h to get user mode prototype for InterlockedXxx functions
@@ -47,6 +47,7 @@
 #include "kernel32/error.h"
 #else // Assume kernel mode
 #include <ddk/ntddk.h>
+//#include "ntos/types.h" // robd
 #include <ddk/ntifs.h>
 #include "ntos/types.h"
 #include "ntos/cdrom.h"