From 2514cff283bdba332b667f9d8c5e28f9945c9c99 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 17 Nov 2017 15:46:49 +0100 Subject: [PATCH] Apple can't into standards compliance. https://lists.apple.com/archives/mac-opengl/2014/Nov/msg00005.html --- TracyOpenGL.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TracyOpenGL.hpp b/TracyOpenGL.hpp index 0b129d27..6ca03d9b 100644 --- a/TracyOpenGL.hpp +++ b/TracyOpenGL.hpp @@ -3,7 +3,7 @@ // Include this file after you include OpenGL 3.2 headers. -#ifndef TRACY_ENABLE +#if !defined TRACY_ENABLE || defined __APPLE__ #define TracyGpuContext #define TracyGpuZone(x)