mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[KERNEL32] Fix kernel32.rc for UTF-8 codepage (#4648)
- Move #pragma code_page(65001) line. CORE-18177
This commit is contained in:
@@ -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