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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:03 UTC 2017


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

The following commit has been merged in the master branch:
commit 1a5d6bca140098f3b6106ad9cac72fa82823308e
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Nov 23 15:23:19 2007 +0000

    Fix to cross-compile for MinGW.
---
 xmpsdk/src/XMPCore_Impl.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xmpsdk/src/XMPCore_Impl.hpp b/xmpsdk/src/XMPCore_Impl.hpp
index 27c2c37..1c3312e 100644
--- a/xmpsdk/src/XMPCore_Impl.hpp
+++ b/xmpsdk/src/XMPCore_Impl.hpp
@@ -28,7 +28,7 @@
 #if XMP_MacBuild
 	#include <Multiprocessing.h>
 #elif XMP_WinBuild
-	#include <Windows.h>
+	#include <windows.h>
 #elif XMP_UNIXBuild
 	#include <pthread.h>
 #endif

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list