|
@@ -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.
|
|
*/
|
|
*/
|
|
-#if !defined(_MSC_VER) && !defined(__ANDROID__)
|
|
|
|
|
|
+#if !defined(_MSC_VER) && !defined(__ANDROID__) && !defined(SDL_USE_BUILTIN_OPENGL_DEFINITIONS)
|
|
|
|
|
|
#if defined(__vita__) || defined(__psp2__)
|
|
#if defined(__vita__) || defined(__psp2__)
|
|
#include <psp2/types.h>
|
|
#include <psp2/types.h>
|
|
@@ -1676,5 +1676,4 @@ EGLAPI EGLuint64NV EGLAPIENTRY eglGetSystemTimeNV (void);
|
|
|
|
|
|
#endif /* __eglext_h_ */
|
|
#endif /* __eglext_h_ */
|
|
|
|
|
|
-
|
|
|
|
#endif /* _MSC_VER */
|
|
#endif /* _MSC_VER */
|