Update msg_hash_ko.h
This commit is contained in:
parent
6353a95ce3
commit
8391d4f853
|
@ -1,7 +1,6 @@
|
||||||
#if defined(_MSC_VER) && !defined(_XBOX) && (_MSC_VER >= 1500 && _MSC_VER < 1900)
|
#if defined(_MSC_VER) && !defined(_XBOX) && (_MSC_VER >= 1500 && _MSC_VER < 1900)
|
||||||
/* 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")
|
||||||
)
|
|
||||||
#pragma warning(disable:4566)
|
#pragma warning(disable:4566)
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LAKKA_SWITCH
|
#ifdef HAVE_LAKKA_SWITCH
|
||||||
|
|
Loading…
Reference in New Issue