- NDK fix: don't undef a million status codes, instead, have apps define WIN32_NO_STATUS.
[reactos.git] / reactos / subsys / 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 /* Build Number */
9 #include <reactos/buildno.h>
10
11 /* Subsystem Manager Header */
12 #include <sm/helper.h>
13
14 /* Internal CSRSS Headers */
15 #include <api.h>
16 #include <conio.h>
17 #include <csrplugin.h>
18
19 /* EOF */