From a0e7b7490f654f6bffbdfe956a935de91a546ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Thu, 13 Sep 2018 18:28:14 +0200 Subject: [PATCH] Add MSVC definitions back that are still needed --- include/exiv2/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/exiv2/config.h b/include/exiv2/config.h index 7da8bd98..02ae6c00 100644 --- a/include/exiv2/config.h +++ b/include/exiv2/config.h @@ -6,6 +6,10 @@ ///// Start of Visual Studio Support ///// #ifdef _MSC_VER +#define _MSC_VER_2010 1600 +#define _MSC_VER_2008 1500 +#define _MSC_VER_2005 1400 + #if _MSC_VER >= _MSC_VER_2005 #define MSDEV_2005 1 #else