Fixed typo.
This commit is contained in:
parent
519677c847
commit
adecdc2f07
@ -10,7 +10,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#define thread_local static __declspec(thread)
|
||||
#elseif __OSX__
|
||||
#elif __APPLE__
|
||||
#define thread_local static __thread
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user