Compile fixes for windows.

This commit is contained in:
Aleric Inglewood
2012-08-10 05:35:11 +02:00
parent b2c5a84964
commit ffb55f482a
4 changed files with 20 additions and 22 deletions

View File

@@ -38,15 +38,6 @@
#include <string>
#if LL_WINDOWS
// On windows, thread-local data is automatically exported.
#define LL_COMMON_API_TLS __declspec(thread)
#define CWD_TLS __declspec(thread)
#else
#define LL_COMMON_API_TLS LL_COMMON_API __thread
#define CWD_TLS __thread
#endif
namespace debug {
namespace libcwd {