build_configs: remove unused macros

Those are only used in build_config files that define them themselves, or not used at all.
This commit is contained in:
L zard
2024-11-02 13:12:53 +01:00
committed by Sam Lantinga
parent 483e79bf82
commit ddd7d0f927
8 changed files with 16 additions and 91 deletions

View File

@@ -51,7 +51,6 @@ typedef unsigned __int64 uintptr_t;
#else
typedef unsigned int uintptr_t;
#endif
#define _UINTPTR_T_DEFINED
#endif
#else
#define HAVE_STDINT_H 1