Fixed Azamat's patch for SIZEOF_VOIDP in SDL_config.h.in
This commit is contained in:
parent
8e19a2982d
commit
1e21e522e1
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue