[Pkg-owncloud-commits] [qtkeychain] 18/115: Fix cross-compilation for windows
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Mar 15 19:25:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository qtkeychain.
commit ec43b0ca64b265969d451d7c94579fefa75316de
Author: Dominik Schmidt <dev at dominik-schmidt.de>
Date: Fri Apr 6 17:02:13 2012 +0200
Fix cross-compilation for windows
---
keychain_win.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/keychain_win.cpp b/keychain_win.cpp
index ce341ba..8ebc406 100644
--- a/keychain_win.cpp
+++ b/keychain_win.cpp
@@ -10,8 +10,8 @@
#include <QSettings>
-#include <Windows.h>
-#include <WinCrypt.h>
+#include <windows.h>
+#include <wincrypt.h>
#include <memory>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git
More information about the Pkg-owncloud-commits
mailing list