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…
Reference in New Issue