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

Commit

Permalink
Fixed Azamat's patch for SIZEOF_VOIDP in SDL_config.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 12, 2013
1 parent 8bbff71 commit 49384fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/SDL_config.h.in
Expand Up @@ -42,11 +42,10 @@
#undef volatile

/* C datatypes */
#undef SIZEOF_VOIDP
#ifdef __LP64__
#define SIZEOF_VOID_P 8
#define SIZEOF_VOIDP 8
#else
#define SIZEOF_VOID_P 4
#define SIZEOF_VOIDP 4
#endif
#undef HAVE_GCC_ATOMICS
#undef HAVE_GCC_SYNC_LOCK_TEST_AND_SET
Expand Down

0 comments on commit 49384fc

Please sign in to comment.