turn on thread-local for futures

svn: r16830
This commit is contained in:
Matthew Flatt 2009-11-17 15:35:07 +00:00
parent f50fe8f455
commit f2259b5d7d

View File

@ -166,7 +166,7 @@ typedef struct FSSpec mzFSSpec;
#define MZ_EXTERN extern MZ_DLLSPEC
#ifdef MZ_USE_PLACES
#if defined(MZ_USE_PLACES) || defined(FUTURES_ENABLED)
# if _MSC_VER
# define THREAD_LOCAL __declspec(thread)
# else