From 8371114009f103f629664664eee8f5dbdcb10f3d Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 2 Sep 2024 08:44:11 -0700
Subject: [PATCH] Fixed error: multiple storage classes in declaration
specifiers
---
src/stdlib/SDL_malloc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/stdlib/SDL_malloc.c b/src/stdlib/SDL_malloc.c
index 350709e32b13c..b6f9345c5407a 100644
--- a/src/stdlib/SDL_malloc.c
+++ b/src/stdlib/SDL_malloc.c
@@ -28,6 +28,7 @@
#define LACKS_STRINGS_H
#define LACKS_STRING_H
#define LACKS_STDLIB_H
+#define FORCEINLINE
#define ABORT
#define USE_LOCKS 1
#define USE_DL_PREFIX
There is an issue with this commit while using MSVC