Update msg_hash_ko.h

This commit is contained in:
Joohan Lee 2019-05-29 15:42:32 +09:00 committed by GitHub
parent 6353a95ce3
commit 8391d4f853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
#if defined(_MSC_VER) && !defined(_XBOX) && (_MSC_VER >= 1500 && _MSC_VER < 1900)
/* https://support.microsoft.com/en-us/kb/980263 */
#pragma execution_character_set("utf-8"
)
#pragma execution_character_set("utf-8")
#pragma warning(disable:4566)
#endif
#ifdef HAVE_LAKKA_SWITCH