Merge the following revisions from kernel-fun branch:
[reactos.git] / rossubsys / os2 / server / os2srv.h
1 #ifndef _OS2SS_H_INCLUDED_
2 #define _OS2SS_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
13 #endif /* ndef _OS2SS_H_INCLUDED_ */