xref: /reactos/win32ss/user/winsrv/concfg/precomp.h (revision ebaf247c)
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 <stdlib.h> // For wcstoul()
36 #include <strsafe.h>
37 
38 /* EOF */
39