From 1ea91ef49fec9283703eae0b37bd7893ea02b4ea Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 20 Mar 2014 15:53:08 +0100 Subject: [PATCH] Windows build fix. --- lib/base/win32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/base/win32.h b/lib/base/win32.h index ae95b7568..f81337997 100644 --- a/lib/base/win32.h +++ b/lib/base/win32.h @@ -22,6 +22,7 @@ #define WIN32_LEAN_AND_MEAN #define _WIN32_WINNT 0x0502 +#define NOMINMAX #include #include #include