build_config: remove unused `SIZEOF_VOIDP`

This commit is contained in:
L zard 2024-11-02 12:41:28 +01:00 committed by Sam Lantinga
parent ddd7d0f927
commit 6f462e244f
1 changed files with 0 additions and 8 deletions

View File

@ -31,14 +31,6 @@
/* General platform specific identifiers */
#include <SDL3/SDL_platform_defines.h>
/* C datatypes */
/* Define SIZEOF_VOIDP for 64/32 architectures */
#if defined(__LP64__) || defined(_LP64) || defined(_WIN64)
#define SIZEOF_VOIDP 8
#else
#define SIZEOF_VOIDP 4
#endif
#cmakedefine HAVE_GCC_ATOMICS @HAVE_GCC_ATOMICS@
#cmakedefine HAVE_GCC_SYNC_LOCK_TEST_AND_SET @HAVE_GCC_SYNC_LOCK_TEST_AND_SET@