ReactOS 0.4.15-dev-8052-gc0e3179
concfg.h
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS Console Server DLL
4 * FILE: win32ss/user/winsrv/concfg/concfg.h
5 * PURPOSE: Console settings management - Public header
6 * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
7 */
8
9#pragma once
10
11/* Needed PSDK headers when using this library */
12#if 0
13
14#define WIN32_NO_STATUS
15#define _INC_WINDOWS
16#define COM_NO_WINDOWS_H
17
18#include <wingdi.h> // For LF_FACESIZE and TranslateCharsetInfo()
19#include <wincon.h>
20#include <winnls.h> // For code page support
21#include <winreg.h>
22
23#endif
24
25/* NOTE: Please keep the header inclusion order! */
26
27#include "settings.h"
28#include "font.h"
29
30/* EOF */