94525487b218bdf0abc2b56a121712cb4901545e
[reactos.git] / reactos / include / subsys / win / windows.h
1 #if !defined(__INCLUDE_WIN_WINDOWS_H)
2 #define __INCLUDE_WIN_WINDOWS_H
3
4 #include <csr/protocol.h>
5
6 /* w32 console server */
7 #define WIN_SRV_WIN_CONSOLE 2
8 NTSTATUS STDCALL ConServerDllInitialization ();
9
10 /* w32 user server */
11 #define WIN_SRV_WIN_USER 3
12 NTSTATUS STDCALL UserServerDllInitialization ();
13
14 #endif /* ndef __INCLUDE_WIN_WINDOWS_H */
15
16