From 5afadcb11d793abab92d2faa15516a081dd7d098 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 19 Feb 2019 21:51:41 +0100 Subject: [PATCH] Fix if condition. --- client/TracyProfiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index f0a44a78..b46ddfef 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -47,7 +47,7 @@ #include "TracyThread.hpp" #include "../TracyC.h" -#if __APPLE__ +#ifdef __APPLE__ # define TRACY_DELAYED_INIT #else # ifdef __GNUC__