CSR Reloaded... well, split.
[reactos.git] / reactos / subsys / win / basesrv / basesrv.h
1 #ifndef _BASESRV_H_INCLUDED_
2 #define _BASESRV_H_INCLUDED_
3
4 /* PSDK/NDK Headers */
5 #include <stdio.h>
6 #include <windows.h>
7
8 #define NTOS_MODE_USER
9 #include <ndk/ntndk.h>
10
11 #include <csr/server.h>
12 #include <win/base.h>
13
14 #endif /* ndef _BASESRV_H_INCLUDED_ */