mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 07:43:52 +00:00
Add 10.7 ifdef
This commit is contained in:
parent
2560d1c105
commit
31a5f72acf
@ -103,7 +103,11 @@
|
||||
|
||||
#ifndef CGGL_NO_OPENGL
|
||||
# ifdef __APPLE__
|
||||
#if MAC_OS_X_VERSION_10_7
|
||||
# include <OpenGL/gl3.h>
|
||||
#else
|
||||
# include <OpenGL/gl.h>
|
||||
#endif
|
||||
# else
|
||||
# include <GL/gl.h>
|
||||
# endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user