diff options
-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 |