From 5ecccc40942d95f2412ae6366957e3f34bc1f734 Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Wed, 23 Nov 2016 13:53:18 +0100 Subject: Remove support for WinRT 8.1 and Windows Phone 8.1 Task-number: QTBUG-57288 Change-Id: I8ae2e044d6e4db0664cc81e216a5db505530687b Reviewed-by: Alex Blasche --- config.tests/winrt/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.tests') 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 AccessHandler; -#endif int main(int, char**) { -- cgit v1.2.1