From 32cc4c892889110644ebfeb5e4a2e5859bd057cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 10 Mar 2012 20:47:10 +0100 Subject: [PATCH] Fix MSVC build error related to min and max macros Tinythread was leaking those. --- library/depends/tthread/tinythread.h | 1 + 1 file changed, 1 insertion(+) diff --git a/library/depends/tthread/tinythread.h b/library/depends/tthread/tinythread.h index 723370cf8..f4f8c5b22 100644 --- a/library/depends/tthread/tinythread.h +++ b/library/depends/tthread/tinythread.h @@ -67,6 +67,7 @@ freely, subject to the following restrictions: // Platform specific includes #if defined(_TTHREAD_WIN32_) + #define NOMINMAX #include #else #include