- start implementing the alt-tab app switching dialog
[reactos.git] / reactos / subsystems / win32 / csrss / win32csr / w32csr.h
1 /* PSDK/NDK Headers */
2 #define WIN32_NO_STATUS
3 #include <windows.h>
4 #define NTOS_MODE_USER
5 #include <ndk/ntndk.h>
6
7 #include <accctrl.h>
8 #include <psapi.h>
9
10 /* Our own BLUE.SYS Driver for Console Output */
11 #include <blue/ntddblue.h>
12
13 /* External Winlogon Header */
14 #include <winlogon.h>
15
16 /* Internal CSRSS Headers */
17 #include <api.h>
18 #include <conio.h>
19 #include <csrplugin.h>
20 #include <desktopbg.h>
21 #include "guiconsole.h"
22 #include "tuiconsole.h"
23 #include <win32csr.h>
24
25 #include <tchar.h>
26 #include <wchar.h>
27 #include <cpl.h>
28
29 #include "resource.h"
30
31 /* shared header with console.dll */
32 #include "console.h"
33 /* EOF */