summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2015-05-17 17:10:55 +0200
committerAlexander Harkness <me@bearbin.net>2015-05-17 17:10:55 +0200
commitadecdc2f07f7c0812eab665d5991f32ce0d6aa63 (patch)
tree6f1789a7c72b83f7848b48c77ecb3a8bc212cb85
parentMerge pull request #2040 from mc-server/Random (diff)
downloadcuberite-adecdc2f07f7c0812eab665d5991f32ce0d6aa63.tar
cuberite-adecdc2f07f7c0812eab665d5991f32ce0d6aa63.tar.gz
cuberite-adecdc2f07f7c0812eab665d5991f32ce0d6aa63.tar.bz2
cuberite-adecdc2f07f7c0812eab665d5991f32ce0d6aa63.tar.lz
cuberite-adecdc2f07f7c0812eab665d5991f32ce0d6aa63.tar.xz
cuberite-adecdc2f07f7c0812eab665d5991f32ce0d6aa63.tar.zst
cuberite-adecdc2f07f7c0812eab665d5991f32ce0d6aa63.zip
-rw-r--r--src/FastRandom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FastRandom.cpp b/src/FastRandom.cpp
index 639aa65f0..437dc72ff 100644
--- a/src/FastRandom.cpp
+++ b/src/FastRandom.cpp
@@ -10,7 +10,7 @@
#ifdef _WIN32
#define thread_local static __declspec(thread)
-#elseif __OSX__
+#elif __APPLE__
#define thread_local static __thread
#endif