Reverted latest changes.
[reactos.git] / reactos / lib / ntdll / rtl / error.c
index 1529289..ebe9136 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: error.c,v 1.10 2002/09/07 15:12:40 chorns Exp $
+/* $Id: error.c,v 1.11 2002/09/08 10:23:05 chorns Exp $
  *
  * COPYRIGHT:         See COPYING in the top level directory
  * PROJECT:           ReactOS kernel
 
 /* INCLUDES *****************************************************************/
 
-#define NTOS_USER_MODE
-#include <ntos.h>
+#include <ddk/ntddk.h>
+#include <windows.h>
 
 #define NDEBUG
-#include <debug.h>
+#include <ntdll/ntdll.h>
 
 /* TYPES *******************************************************************/