summaryrefslogtreecommitdiff
path: root/config.tests
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2016-11-23 13:53:18 +0100
committerAlex Blasche <alexander.blasche@qt.io>2017-01-19 11:17:21 +0000
commit5ecccc40942d95f2412ae6366957e3f34bc1f734 (patch)
tree885bbef40f1ce9b25bed8f8c8150c489b8fdbfed /config.tests
parent762dc9dd2b47f908c3739173aa1e108dd7386717 (diff)
downloadqtlocation-5ecccc40942d95f2412ae6366957e3f34bc1f734.tar.gz
Remove support for WinRT 8.1 and Windows Phone 8.1
Task-number: QTBUG-57288 Change-Id: I8ae2e044d6e4db0664cc81e216a5db505530687b Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/winrt/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.tests/winrt/main.cpp b/config.tests/winrt/main.cpp
index e1b14959..ff1eb810 100644
--- a/config.tests/winrt/main.cpp
+++ b/config.tests/winrt/main.cpp
@@ -36,9 +36,7 @@ using namespace Microsoft::WRL::Wrappers;
using namespace ABI::Windows::Devices::Geolocation;
using namespace ABI::Windows::Foundation;
-#if _MSC_VER >= 1900
typedef IAsyncOperationCompletedHandler<GeolocationAccessStatus> AccessHandler;
-#endif
int main(int, char**)
{