Fix Windows build

This commit is contained in:
Nicolas Williams
2016-04-16 16:45:26 -05:00
parent 3d4fbf9aac
commit e2137c63f5
4 changed files with 20 additions and 29 deletions

View File

@@ -33,7 +33,9 @@
* SUCH DAMAGE.
*/
#if defined(HEIM_BASE_MAINTAINER) && !defined(WIN33) && defined(ENABLE_PTHREAD_SUPPORT)
#if defined(HEIM_BASE_MAINTAINER) && defined(ENABLE_PTHREAD_SUPPORT)
#define HEIM_WIN32_TLS
#elif defined(WIN32)
#define HEIM_WIN32_TLS
#endif