diff --git a/intl/msg_hash_ja.c b/intl/msg_hash_ja.c index 312edea4dd..e09391a5ee 100644 --- a/intl/msg_hash_ja.c +++ b/intl/msg_hash_ja.c @@ -25,7 +25,7 @@ #include "../verbosity.h" #if defined(_MSC_VER) && !defined(_XBOX) -#if (_MSC_VER >= 1700 && _MSC_VER < 1910) +#if (_MSC_VER >= 1700 && _MSC_VER < 1900) /* https://support.microsoft.com/en-us/kb/980263 */ #pragma execution_character_set("utf-8") #endif diff --git a/intl/msg_hash_ko.c b/intl/msg_hash_ko.c index f602794cde..c99e31fc63 100644 --- a/intl/msg_hash_ko.c +++ b/intl/msg_hash_ko.c @@ -28,7 +28,7 @@ #include "../configuration.h" #if defined(_MSC_VER) && !defined(_XBOX) -#if (_MSC_VER >= 1700 && _MSC_VER < 1910) +#if (_MSC_VER >= 1700 && _MSC_VER < 1900) /* https://support.microsoft.com/en-us/kb/980263 */ #pragma execution_character_set("utf-8") #endif