Update libretro-common

This commit is contained in:
twinaphex 2018-04-16 08:34:34 +02:00
parent ec2267daa6
commit 7a4c468730

View File

@ -24,8 +24,9 @@
#ifdef _MSC_VER
#include <retro_common.h>
#if _MSC_VER >= 1900
#include <stdio.h> /* added for _vsnprintf_s and _vscprintf on VS2015 and VS2017 */
#endif
#include <stdarg.h>
#if _MSC_VER < 1800