[CONCFG]: Diverse improvements/additions for the console configuration library. CORE...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 3 May 2017 19:47:18 +0000 (19:47 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 3 May 2017 19:47:18 +0000 (19:47 +0000)
commit8928ef6200ed7b12f210cd55234d5ff5399eb76f
tree8dc2c9ac176143a6a08802e6a8c00e042da4753f
parent02ae08f9cbafba81fef2fe2ae759db0c38fa5cf3
[CONCFG]: Diverse improvements/additions for the console configuration library. CORE-13182
- Use string-safe functions to copy the font names into the fixed-size buffers;
- Modify some default settings;
- Add a set of console font manipulation functions, to be used later by both the console applet console.cpl and by CONSRV.
  Some of these functions come from r74365 with minor improvements (see CORE-12451 too), others are based from a patch
  by Katayama Hirofumi MZ from CORE-13122, and the rest are needed for an upcoming commit for console.cpl.
- Add PCH support in concfg.
- Minor code formatting: Use our regular formatting for function prototypes.

svn path=/trunk/; revision=74462
reactos/win32ss/user/winsrv/concfg/CMakeLists.txt
reactos/win32ss/user/winsrv/concfg/concfg.h [new file with mode: 0644]
reactos/win32ss/user/winsrv/concfg/font.c [new file with mode: 0644]
reactos/win32ss/user/winsrv/concfg/font.h [new file with mode: 0644]
reactos/win32ss/user/winsrv/concfg/precomp.h [new file with mode: 0644]
reactos/win32ss/user/winsrv/concfg/settings.c
reactos/win32ss/user/winsrv/concfg/settings.h