From a5cda5603c3f71851a987c24d36433ce269c66f8 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 7 Aug 2017 09:34:21 +0200 Subject: updater: use the correct define check Change-Id: I79f47da401732e39bbce778d5b3971d6024a7935 Reviewed-on: https://gerrit.libreoffice.org/40835 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- onlineupdate/inc/winhelper/windowsStart.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'onlineupdate/inc') diff --git a/onlineupdate/inc/winhelper/windowsStart.hxx b/onlineupdate/inc/winhelper/windowsStart.hxx index 5baedc840416..e34e7d15ca22 100644 --- a/onlineupdate/inc/winhelper/windowsStart.hxx +++ b/onlineupdate/inc/winhelper/windowsStart.hxx @@ -3,10 +3,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifdef XP_WIN +#ifdef _WIN32 #include -#else -#include #endif -- cgit v1.2.3