ci: Patched to compile on Android.

This commit is contained in:
Ryan C. Gordon
2025-07-23 23:53:46 -04:00
parent f5a0222a8e
commit 39e9ac6d1f
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
3. This notice may not be removed or altered from any source distribution.
*/
#ifndef SDL_PROC_OPTIONAL(ret, func, params)
#ifndef SDL_PROC_OPTIONAL
#define SDL_PROC_OPTIONAL(ret, func, params) SDL_PROC(ret, func, params)
#endif