diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-07 09:34:21 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-08 07:06:56 +0200 |
commit | a5cda5603c3f71851a987c24d36433ce269c66f8 (patch) | |
tree | 7c76a4bc6305b78cf225012bfdb1a88e81cc60e5 /onlineupdate | |
parent | aa084cc1dcb518ffc1984e122abbf4401c4d0ce0 (diff) |
updater: use the correct define check
Change-Id: I79f47da401732e39bbce778d5b3971d6024a7935
Reviewed-on: https://gerrit.libreoffice.org/40835
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/inc/winhelper/windowsStart.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
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 <windows.h> -#else -#include <limits.h> #endif |