author | Sam Lantinga <slouken@libsdl.org> |
Thu, 11 Jul 2013 23:16:47 -0700 | |
changeset 7415 | 1ca1d6864e34 |
parent 7414 | bc9a193c993d |
child 7416 | 9e948398ba26 |
--- a/include/SDL_config.h.in Wed Jun 05 12:28:53 2013 +0600 +++ b/include/SDL_config.h.in Thu Jul 11 23:16:47 2013 -0700 @@ -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