(Libretro SDK) Update SDK

This commit is contained in:
twinaphex 2015-01-23 11:04:59 +01:00
parent aa6452b8ca
commit 78f3d554be

View File

@ -9,7 +9,7 @@
#include <assert.h>
#include <stdlib.h>
#if defined(__GNUC__) && !defined(_WIN32)
#if defined(__GNUC__) && !defined(_WIN32) && !defined(__cplusplus)
#define CO_USE_INLINE_ASM
#endif