mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
Use the included Khronos headers on Android so we can create Core OpenGL contexts when building with older SDK
This commit is contained in:
parent
8758b7bf15
commit
88e3562ba0
@ -24,7 +24,7 @@
|
|||||||
*
|
*
|
||||||
* This is a simple file to encapsulate the EGL API headers.
|
* This is a simple file to encapsulate the EGL API headers.
|
||||||
*/
|
*/
|
||||||
#ifndef _MSC_VER
|
#if !defined(_MSC_VER) && !defined(__ANDROID__)
|
||||||
|
|
||||||
#include <EGL/egl.h>
|
#include <EGL/egl.h>
|
||||||
#include <EGL/eglext.h>
|
#include <EGL/eglext.h>
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
|
|
||||||
#include "SDL_system.h"
|
#include "SDL_system.h"
|
||||||
#include "SDL_android.h"
|
#include "SDL_android.h"
|
||||||
#include <EGL/egl.h>
|
|
||||||
|
|
||||||
#include "keyinfotable.h"
|
#include "keyinfotable.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user