[csrss]
[reactos.git] / reactos / subsystems / win32 / csrss / csrss.h
1 /* PSDK/NDK Headers */
2 #include <stdio.h>
3 #define WIN32_NO_STATUS
4 #include <windows.h>
5 #define NTOS_MODE_USER
6 #include <ndk/ntndk.h>
7
8 #include <intrin.h>
9
10 /* Build Number */
11 #include <reactos/buildno.h>
12
13 /* Subsystem Manager Header */
14 #include <sm/helper.h>
15
16 /* Internal CSRSS Headers */
17 #include <api.h>
18 #include <conio.h>
19 #include <csrplugin.h>
20
21 /* EOF */