mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[KERNEL32] Fix kernel32.rc for UTF-8 codepage (#4648)
- Move #pragma code_page(65001) line. CORE-18177
This commit is contained in:
committed by
GitHub
parent
facc2837a1
commit
bb9c5e8e3e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user