utf8 bom fixes for msvc

This commit is contained in:
Brad Parker 2017-05-15 20:41:04 -04:00
parent 2f9eb86a59
commit b8cf967914
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
MSG_HASH(
MSG_HASH(
MSG_COMPILER,
"Compiler"
)