summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 13:11:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 13:11:29 +0000
commitbbdae36e972513ad40e72c0599a43214fb340699 (patch)
tree2b548333fd8fa4f4454ce130c9279fa7cf1cf0b4 /setup_native
parent16f5f2410f8e2c6bc52aa1243088a340fe3af14d (diff)
INTEGRATION: CWS mingwport03 (1.3.22); FILE MERGED
2006/09/18 15:19:09 vg 1.3.22.1: #i53572# MinGW port
Diffstat (limited to 'setup_native')
-rwxr-xr-xsetup_native/source/win32/customactions/shellextensions/migrateinstallpath.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup_native/source/win32/customactions/shellextensions/migrateinstallpath.cxx b/setup_native/source/win32/customactions/shellextensions/migrateinstallpath.cxx
index c36834255093..0a2781fa0c0e 100755
--- a/setup_native/source/win32/customactions/shellextensions/migrateinstallpath.cxx
+++ b/setup_native/source/win32/customactions/shellextensions/migrateinstallpath.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: migrateinstallpath.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 03:41:40 $
+ * last change: $Author: vg $ $Date: 2007-03-26 14:11:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,7 +50,7 @@
#include <tchar.h>
#include <string>
-#ifdef _WIN32_WINNT
+#if defined(_WIN32_WINNT) && !defined(__MINGW32__)
#error YES
#endif