1
0
Fork 0

properly this time?

This commit is contained in:
Alexander Harkness 2015-05-17 16:30:13 +01:00
parent adecdc2f07
commit 1049d5b706
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#ifdef _WIN32
#define thread_local static __declspec(thread)
#elif __APPLE__
#elif defined __APPLE__
#define thread_local static __thread
#endif