initial commit, 4.5 stable
Some checks failed
🔗 GHA / 📊 Static checks (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
🔗 GHA / 🌐 Web (push) Has been cancelled
Some checks failed
🔗 GHA / 📊 Static checks (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
🔗 GHA / 🌐 Web (push) Has been cancelled
This commit is contained in:
13
thirdparty/sdl/patches/0003-std-include.patch
vendored
Normal file
13
thirdparty/sdl/patches/0003-std-include.patch
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/thirdparty/sdl/joystick/SDL_sysjoystick.h b/thirdparty/sdl/joystick/SDL_sysjoystick.h
|
||||
index 041ebc3b50..9b6ea65e9c 100644
|
||||
--- a/thirdparty/sdl/joystick/SDL_sysjoystick.h
|
||||
+++ b/thirdparty/sdl/joystick/SDL_sysjoystick.h
|
||||
@@ -26,6 +26,8 @@
|
||||
// This is the system specific header for the SDL joystick API
|
||||
#include "SDL_joystick_c.h"
|
||||
|
||||
+#include <stdlib.h>
|
||||
+
|
||||
// Set up for C function definitions, even when using C++
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
Reference in New Issue
Block a user