- NDK fix: don't undef a million status codes, instead, have apps define WIN32_NO_STATUS.
[reactos.git] / reactos / services / rpcss / rpcss.h
index c2f03cf..f1ca318 100644 (file)
@@ -1,6 +1,14 @@
 #ifndef __RPCSS_H__
 #define __RPCSS_H__
 
+#define UNICODE
+
+#include <stdio.h>
+#define WIN32_NO_STATUS
+#include <windows.h>
+#define NTOS_MODE_USER
+#include <ndk/ntndk.h>
+
 VOID
 StartEndpointMapper(VOID);