[NTDLL/KERNEL32]
[reactos.git] / include / reactos / subsys / win / windows.h
index 0e42ea0..5883ff4 100644 (file)
@@ -4,12 +4,10 @@
 #include <csr/protocol.h>
 
 /* w32 console server */
-#define WIN_SRV_WIN_CONSOLE  2
-NTSTATUS WINAPI ConServerDllInitialization (ULONG,LPWSTR*);
+CSR_SERVER_DLL_INIT(ConServerDllInitialization);
 
 /* w32 user server */
-#define WIN_SRV_WIN_USER     3
-NTSTATUS WINAPI UserServerDllInitialization (ULONG,LPWSTR*);
+CSR_SERVER_DLL_INIT(UserServerDllInitialization);
 
 #endif /* ndef __INCLUDE_WIN_WINDOWS_H */