summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qnetworkproxy_win.cpp
diff options
context:
space:
mode:
authorBjoern Breitmeyer <bjoern.breitmeyer@kdab.com>2012-04-16 14:40:44 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-16 19:04:38 +0200
commit0e317af13f24d88a88c41f5efbd3fe9180ec6bee (patch)
tree20b776a0de29b897b190e4a9bc0ad4baf397fa78 /src/network/kernel/qnetworkproxy_win.cpp
parentf0c36dd03ce7451365453c80a910453457d812e7 (diff)
Fixed networkproxy build under WinCE
The used functionality is partially not available under WinCE. qnetworkfunctions_wince.h encapsulates the needed extra symbols. It only needs to compile as the functions are loaded dynamically. Change-Id: Ieb9010d4f6c7f94d39918b869ac503976e094e49 Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/network/kernel/qnetworkproxy_win.cpp')
-rw-r--r--src/network/kernel/qnetworkproxy_win.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/kernel/qnetworkproxy_win.cpp b/src/network/kernel/qnetworkproxy_win.cpp
index a17f547742..c6efa7d93f 100644
--- a/src/network/kernel/qnetworkproxy_win.cpp
+++ b/src/network/kernel/qnetworkproxy_win.cpp
@@ -52,6 +52,7 @@
#include <string.h>
#include <qt_windows.h>
#include <wininet.h>
+#include "qnetworkfunctions_wince.h"
/*
* Information on the WinHTTP DLL: