From 2e535d8a27acbcd8aca6fdcfaa22d9213dae43bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Walenciak?= Date: Sat, 7 Oct 2017 08:57:27 +0200 Subject: [PATCH] trying to fix windows build --- include/exiv2/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/exiv2/config.h b/include/exiv2/config.h index 2e857b49..e8034a22 100644 --- a/include/exiv2/config.h +++ b/include/exiv2/config.h @@ -81,6 +81,8 @@ typedef int pid_t; #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif + +#define NOMINMAX #include #endif // _MSC_VER