mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
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:

committed by
Anonymous Maarten

parent
4fccfb142e
commit
62bc2c4c92
@@ -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
|
||||
|
Reference in New Issue
Block a user