Updated IoIsSystemThread() prototype.
[reactos.git] / ntoskrnl / include / internal / ps.h
index bc1ba01..ff9363b 100644 (file)
@@ -230,7 +230,10 @@ typedef struct _ETHREAD
 
 #ifndef __USE_W32API
 
+#if 0  /* Currently defined by <ddk/iofuncs.h> */
 typedef struct _ETHREAD *PETHREAD;
+#endif
+#include <ddk/iofuncs.h>
 
 #endif /* __USE_W32API */