- Various Microsoft DDK/PSDK compatibility fixes and some MSVC stuff too.
[reactos.git] / reactos / subsys / csrss / csrss.h
1 /* PSDK/NDK Headers */
2 #include <stdio.h>
3 #include <windows.h>
4 #define NTOS_MODE_USER
5 #include <ndk/ntndk.h>
6
7 /* Build Number */
8 #include <reactos/buildno.h>
9
10 /* Subsystem Manager Header */
11 #include <sm/helper.h>
12
13 /* Internal CSRSS Headers */
14 #include <api.h>
15 #include <conio.h>
16 #include <csrplugin.h>
17
18 /* EOF */