[NTDLL/KERNEL32]
[reactos.git] / include / reactos / subsys / win / base.h
index a064f1b..b69587b 100644 (file)
@@ -1,16 +1,17 @@
-#if !defined(__INCLUDE_WIN_BASE_H)
-#define __INCLUDE_WIN_BASE_H
+/*** Public header for BASESRV and the rest ***/
 
-#include <csr/protocol.h>
+#ifndef __INCLUDE_WIN_BASE_H
+#define __INCLUDE_WIN_BASE_H
 
-/* w32 base server */
+//#include <csr/protocol.h>
 
-#define WIN_SRV_BASE 1
+/* Base Server */
 
 typedef VOID (CALLBACK * BASE_PROCESS_CREATE_NOTIFY_ROUTINE)(PVOID);
 
 NTSTATUS WINAPI BaseSetProcessCreateNotify (BASE_PROCESS_CREATE_NOTIFY_ROUTINE);
-NTSTATUS WINAPI ServerDllInitialization (ULONG,LPWSTR*);
+CSR_SERVER_DLL_INIT(ServerDllInitialization);
 
-#endif /* ndef __INCLUDE_WIN_BASE_H */
+#endif // __INCLUDE_WIN_BASE_H
 
+/* EOF */