mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
(MSVC 2015) Buildfix
This commit is contained in:
parent
e14fc1b087
commit
de0b34aa0a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user