include: SDL_dynapi.h depends on platform defines

This commit is contained in:
Anonymous Maarten
2023-01-08 00:40:09 +01:00
committed by Anonymous Maarten
parent d94f2a9ee5
commit f91a747549
29 changed files with 249 additions and 200 deletions

View File

@@ -24,7 +24,7 @@
*
* This is a simple file to encapsulate the OpenGL ES 1.X API headers.
*/
#include <SDL3/SDL_platform.h>
#include <SDL3/SDL_platform_defines.h>
#ifdef __IOS__
#include <OpenGLES/ES1/gl.h>