Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed bug 1911 - enable HAVE_GCC_ATOMICS for android platform
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 6, 2013
1 parent b3e8014 commit 729c67e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/SDL_config_android.h
Expand Up @@ -32,6 +32,8 @@

#include <stdarg.h>

#define HAVE_GCC_ATOMICS 1

#define HAVE_ALLOCA_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STDIO_H 1
Expand Down

0 comments on commit 729c67e

Please sign in to comment.