From 4343d041dac56be7b5b72b297272f76c44e05b09 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Wed, 21 Feb 2018 08:36:53 -0800 Subject: [PATCH] more work towards glew->glad --- examples/StandaloneMain/hellovr_opengl_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/StandaloneMain/hellovr_opengl_main.cpp b/examples/StandaloneMain/hellovr_opengl_main.cpp index 45439cc73..98ca8381c 100644 --- a/examples/StandaloneMain/hellovr_opengl_main.cpp +++ b/examples/StandaloneMain/hellovr_opengl_main.cpp @@ -20,10 +20,10 @@ #include "BulletCollision/CollisionShapes/btCollisionShape.h" #include "BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h" - +#ifdef __APPLE__ #define GL_DO_NOT_WARN_IF_MULTI_GL_VERSION_HEADERS_INCLUDED #import - +#endif//__APPLE__ #include "LinearMath/btIDebugDraw.h"