mirror of
https://github.com/yawut/SDL.git
synced 2026-08-26 18:55:32 -05:00
Fixed Azamat's patch for SIZEOF_VOIDP in SDL_config.h.in
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user