Fix MSVC build error related to min and max macros

Tinythread was leaking those.
develop
Petr Mrázek 2012-03-10 20:47:10 +01:00
parent 9d6a19b7d4
commit 32cc4c8928
1 changed files with 1 additions and 0 deletions

@ -67,6 +67,7 @@ freely, subject to the following restrictions:
// Platform specific includes
#if defined(_TTHREAD_WIN32_)
#define NOMINMAX
#include <windows.h>
#else
#include <pthread.h>