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 */
|
/* https://support.microsoft.com/en-us/kb/980263 */
|
||||||
#pragma execution_character_set("utf-8")
|
#pragma execution_character_set("utf-8")
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_COMPILER,
|
MSG_COMPILER,
|
||||||
"Compiler"
|
"Compiler"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue