diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:08:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:08:03 +0000 |
commit | 00710789c7b82cac4b909e2963aa0950c9f7ed23 (patch) | |
tree | 94100baf0cd2527f235403caa57361dfe816e714 /setup_native | |
parent | 3c614fe1a3cb875a2db53e048c513dfbd5f93a8c (diff) |
INTEGRATION: CWS mingwport03 (1.7.22); FILE MERGED
2006/09/18 15:15:53 vg 1.7.22.1: #i53572# MinGW port
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/source/win32/customactions/languagepacks/respintest.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setup_native/source/win32/customactions/languagepacks/respintest.cxx b/setup_native/source/win32/customactions/languagepacks/respintest.cxx index 72267f7bdabc..a57b4bc23af7 100644 --- a/setup_native/source/win32/customactions/languagepacks/respintest.cxx +++ b/setup_native/source/win32/customactions/languagepacks/respintest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: respintest.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-20 03:36:29 $ + * last change: $Author: vg $ $Date: 2007-03-26 14:08:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,7 @@ #include <string> #include <systools/win32/uwinapi.h> -#ifdef _WIN32_WINNT +#if defined(_WIN32_WINNT) && !defined(__MINGW32__) #error YES #endif |