mirror of https://github.com/encounter/SDL.git
Fixes "error: conflicting types for 'GLintptr'"
This commit is contained in:
parent
c9c6852f84
commit
64e6eeac7f
|
@ -39,9 +39,10 @@
|
||||||
#include "SDL_opengles.h"
|
#include "SDL_opengles.h"
|
||||||
#endif /* SDL_VIDEO_OPENGL_ES */
|
#endif /* SDL_VIDEO_OPENGL_ES */
|
||||||
|
|
||||||
#if SDL_VIDEO_OPENGL_ES2
|
/* GL and GLES2 headers conflict on Linux 32 bits */
|
||||||
|
#if SDL_VIDEO_OPENGL_ES2 && !SDL_VIDEO_OPENGL
|
||||||
#include "SDL_opengles2.h"
|
#include "SDL_opengles2.h"
|
||||||
#endif /* SDL_VIDEO_OPENGL_ES2 */
|
#endif /* SDL_VIDEO_OPENGL_ES2 && !SDL_VIDEO_OPENGL */
|
||||||
|
|
||||||
#include "SDL_syswm.h"
|
#include "SDL_syswm.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue