SDL_malloc: don't define FORCEINLINE

The FORCEINLINE macro is also used by Windows SDK headers.
When it is an empty macro, FORCEINLINE-d functions will
get global visibility error and cause duplicate symbol link errors.

HRESULT_FROM_WIN32 is such a function.
This commit is contained in:
Anonymous Maarten
2025-01-02 01:15:28 +01:00
committed by Anonymous Maarten
parent 4fccfb142e
commit 62bc2c4c92
-1
View File
@@ -28,7 +28,6 @@
#define LACKS_STRINGS_H
#define LACKS_STRING_H
#define LACKS_STDLIB_H
#define FORCEINLINE
#define ABORT
#define NO_MALLOC_STATS 1
#define USE_LOCKS 1