From 1049d5b706d4e6c29ff9f9960bca3add2c0fd817 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sun, 17 May 2015 16:30:13 +0100 Subject: properly this time? --- src/FastRandom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FastRandom.cpp b/src/FastRandom.cpp index 437dc72ff..c1716f026 100644 --- a/src/FastRandom.cpp +++ b/src/FastRandom.cpp @@ -10,7 +10,7 @@ #ifdef _WIN32 #define thread_local static __declspec(thread) -#elif __APPLE__ +#elif defined __APPLE__ #define thread_local static __thread #endif -- cgit v1.2.3