cfa0519ca36fd028b6d15ab1fc9b19e2dfc846ce
[reactos.git] / win32ss / user / winsrv / concfg / precomp.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS Console Server DLL
4 * FILE: win32ss/user/winsrv/concfg/precomp.h
5 * PURPOSE: Console settings management - Precompiled header
6 * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
7 */
8
9 // #pragma once
10
11 /* PSDK/NDK Headers */
12
13 #define WIN32_NO_STATUS
14 #define _INC_WINDOWS
15 #define COM_NO_WINDOWS_H
16
17 #include <windef.h>
18 #include <winbase.h>
19 #include <wingdi.h> // For LF_FACESIZE and TranslateCharsetInfo()
20 #include <wincon.h>
21 #include <winnls.h> // For code page support
22 #include <winreg.h>
23 // #include <imm.h>
24
25 // /* Undocumented user definitions */
26 // #include <undocuser.h>
27
28 #define NTOS_MODE_USER
29 // #include <ndk/cmfuncs.h>
30 // #include <ndk/exfuncs.h>
31 #include <ndk/obfuncs.h>
32 #include <ndk/rtlfuncs.h>
33
34 #include <stdio.h> // for swprintf
35 #include <strsafe.h>
36
37 /* EOF */