mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[KERNEL32] Fix kernel32.rc for UTF-8 codepage (#4648)
- Move #pragma code_page(65001) line. CORE-18177
This commit is contained in:
parent
facc2837a1
commit
bb9c5e8e3e
1 changed files with 3 additions and 2 deletions
|
@ -7,13 +7,14 @@
|
|||
//#include "windows.h"
|
||||
#include <errcodes.rc>
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
#include "winnls/locale_rc.rc"
|
||||
|
||||
/* FIXME */
|
||||
#define NLSRC_OFFSET 5000
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
#ifdef LANGUAGE_CS_CZ
|
||||
#include "winnls/lang/cs-CZ.rc"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue