Fixed bug 1911 - enable HAVE_GCC_ATOMICS for android platform

This commit is contained in:
Sam Lantinga 2013-07-06 12:39:56 -07:00
parent 4921d1b526
commit 91452f6355

View file

@ -32,6 +32,8 @@
#include <stdarg.h> #include <stdarg.h>
#define HAVE_GCC_ATOMICS 1
#define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA_H 1
#define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1
#define HAVE_STDIO_H 1 #define HAVE_STDIO_H 1