Sync with trunk 48067
[reactos.git] / include / reactos / 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 typedef VOID (CALLBACK * BASE_PROCESS_CREATE_NOTIFY_ROUTINE)(PVOID);
11
12 NTSTATUS WINAPI BaseSetProcessCreateNotify (BASE_PROCESS_CREATE_NOTIFY_ROUTINE);
13 NTSTATUS WINAPI ServerDllInitialization (ULONG,LPWSTR*);
14
15 #endif /* ndef __INCLUDE_WIN_BASE_H */
16