[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:48 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=6bf2dbc

The following commit has been merged in the master branch:
commit 6bf2dbc1e452fef688027150948f507e887262ce
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Oct 12 06:19:46 2011 +0000

    Correction to 2624!  DevStudio 2010 is _MSC_VER 1600
---
 msvc/include/exv_msvc.h   | 2 +-
 msvc64/include/exv_msvc.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/msvc/include/exv_msvc.h b/msvc/include/exv_msvc.h
index 7d81c81..b022292 100644
--- a/msvc/include/exv_msvc.h
+++ b/msvc/include/exv_msvc.h
@@ -13,7 +13,7 @@
 
 #ifdef _MSC_VER
 
-#if _MSC_VER >= 1500
+#if _MSC_VER >= 1600
 // stdint.h was introduced with DevStudio 2010
 #define EXV_HAVE_STDINT_H 1
 #endif
diff --git a/msvc64/include/exv_msvc.h b/msvc64/include/exv_msvc.h
index cd8288c..5714354 100644
--- a/msvc64/include/exv_msvc.h
+++ b/msvc64/include/exv_msvc.h
@@ -13,7 +13,7 @@
 
 #ifdef _MSC_VER
 
-#if _MSC_VER >= 1500
+#if _MSC_VER >= 1600
 // stdint.h was introduced with DevStudio 2010
 #define EXV_HAVE_STDINT_H 1
 #endif

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list