mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
utf8 bom fixes for msvc
This commit is contained in:
parent
2f9eb86a59
commit
b8cf967914
@ -1,4 +1,4 @@
|
||||
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||
/* https://support.microsoft.com/en-us/kb/980263 */
|
||||
#pragma execution_character_set("utf-8")
|
||||
#endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
MSG_HASH(
|
||||
MSG_HASH(
|
||||
MSG_COMPILER,
|
||||
"Compiler"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user