File diff r25719:14932b129f4d → r25720:e338424ce8cb
src/video/opengl.cpp
Show inline comments
 
@@ -19,12 +19,13 @@
 
#if defined(_WIN32)
 
#	include <windows.h>
 
#endif
 

	
 
#define GL_GLEXT_PROTOTYPES
 
#if defined(__APPLE__)
 
#	define GL_SILENCE_DEPRECATION
 
#	include <OpenGL/gl3.h>
 
#else
 
#	include <GL/gl.h>
 
#endif
 
#include "../3rdparty/opengl/glext.h"