Fixed Azamat's patch for SIZEOF_VOIDP in SDL_config.h.in

This commit is contained in:
Sam Lantinga 2013-07-11 23:16:47 -07:00
parent 8e19a2982d
commit 1e21e522e1

View file

@ -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