[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=4d3231c

The following commit has been merged in the master branch:
commit 4d3231c76d3849a0b46b7e75078f169d679a0e30
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Oct 12 05:54:08 2011 +0000

    Correction to SVN:2623.  DevStudio 2010 is MSVC 1500 (and not 1400)
---
 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 224bdd6..7d81c81 100644
--- a/msvc/include/exv_msvc.h
+++ b/msvc/include/exv_msvc.h
@@ -13,7 +13,7 @@
 
 #ifdef _MSC_VER
 
-#if _MSC_VER >= 1400
+#if _MSC_VER >= 1500
 // 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 f7bf72e..cd8288c 100644
--- a/msvc64/include/exv_msvc.h
+++ b/msvc64/include/exv_msvc.h
@@ -13,7 +13,7 @@
 
 #ifdef _MSC_VER
 
-#if _MSC_VER >= 1400
+#if _MSC_VER >= 1500
 // 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