Add information letting us know creation deletion of services has worked.
[reactos.git] / reactos / subsys / csrss / print.c
index 87862af..e53b3fc 100644 (file)
  *             Compiled successfully with egcs 1.1.2
  */
 
-#include <windows.h>
-#define NTOS_MODE_USER
-#include <ndk/ntndk.h>
-#include <csrss/csrss.h>
+#include <csrss.h>
+
+#define NDEBUG
+#include <debug.h>
 
 VOID STDCALL DisplayString(LPCWSTR lpwString)
 {