Some new internal headers (draft) to be used in the planned CSR/WIN split subsystem...
[reactos.git] / reactos / include / subsys / win / base.h
1 #if !defined(__INCLUDE_WIN_BASE_H)
2 #define __INCLUDE_WIN_BASE_H
3
4 #include <csr/protocol.h>
5
6 /* w32 base server */
7
8 #define WIN_SRV_BASE 1
9
10 NTSTATUS STDCALL BaseSetProcessCreateNotify ();
11 NTSTATUS STDCALL ServerDllInitialization ();
12
13 #endif /* ndef __INCLUDE_WIN_BASE_H */
14