From e8ee55ea0794dd985e73b26d3e889f6eda16bf3d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 Apr 2016 18:00:22 +0300 Subject: Fix glext.h include for MacOSX. --- src/render/nullopenglgraphics.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/render/nullopenglgraphics.h') diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h index fb7cdc806..9d5229674 100644 --- a/src/render/nullopenglgraphics.h +++ b/src/render/nullopenglgraphics.h @@ -39,9 +39,11 @@ #define GL_GLEXT_PROTOTYPES 1 #endif #include -#ifndef __native_client__ +#if defined(__APPLE__) +#include +#elif !defined(__native_client__) #include -#endif +#endif // defined(__APPLE__) #endif class OpenGLGraphicsVertexes; -- cgit v1.2.3-60-g2f50