Move `#pragma code_page(932)` into `rarch.rc`, as `#pragma code_page` is ignored for included files. Fixes locale problems for Japanese resources.

This commit is contained in:
Dwedit 2019-05-21 20:09:05 -05:00
parent 1faaf68d9d
commit 64a43dd280
1 changed files with 3 additions and 0 deletions

View File

@ -102,4 +102,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
2 RT_MANIFEST "rarch.manifest"
// Per the documentation, this should be used before including resource files.
// https://docs.microsoft.com/en-us/windows/desktop/menurc/pragma-directives
#pragma code_page(932)
#include "rarch_ja.rc"