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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:15 UTC 2017


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

The following commit has been merged in the master branch:
commit 1956b236cd29a045d44b2ec71f4beaea855ad659
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Jan 29 18:28:15 2016 +0000

    #1159.  Thank You, Jakub for discovering this issue and for providing a patch.
---
 src/jpgimage.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/jpgimage.cpp b/src/jpgimage.cpp
index e1e9954..50fbea6 100644
--- a/src/jpgimage.cpp
+++ b/src/jpgimage.cpp
@@ -40,7 +40,9 @@ EXIV2_RCSID("@(#) $Id$")
 #include "error.hpp"
 #include "futils.hpp"
 
-#ifndef WIN32
+#ifdef WIN32
+#include <windef.h>
+#else
 #define BYTE   char
 #define USHORT uint16_t
 #define ULONG  uint32_t

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list