2002-11-13 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / lib / advapi32 / service / sctrl.c
index c517d4d..973587b 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: sctrl.c,v 1.7 2002/09/08 10:22:37 chorns Exp $
+/* $Id: sctrl.c,v 1.8 2002/11/14 18:21:04 chorns Exp $
  * 
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS system libraries
@@ -12,8 +12,9 @@
 
 /* INCLUDES ******************************************************************/
 
+#define NTOS_MODE_USER
+#include <ntos.h>
 #include <windows.h>
-#include <ddk/ntddk.h>
 
 #define NDEBUG
 #include <debug.h>