summaryrefslogtreecommitdiff
path: root/desktop/win32/source/officeloader
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-04 15:22:37 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-04 15:22:37 +0000
commit4ea93da2c0069c00c72e344731e01727b6f1bcbd (patch)
tree55c371b01b506e858bd2c8ebf3719e7f76c090d1 /desktop/win32/source/officeloader
parentab58e397b69e22cdec13f959dce6c67e4320132f (diff)
INTEGRATION: CWS mingwport09 (1.13.38); FILE MERGED
2007/12/11 12:16:17 vg 1.13.38.1: #i83133# catch-up fixes for MinGW port
Diffstat (limited to 'desktop/win32/source/officeloader')
-rw-r--r--desktop/win32/source/officeloader/officeloader.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/win32/source/officeloader/officeloader.cxx b/desktop/win32/source/officeloader/officeloader.cxx
index 2418fc2f7858..278745ad7770 100644
--- a/desktop/win32/source/officeloader/officeloader.cxx
+++ b/desktop/win32/source/officeloader/officeloader.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: officeloader.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: vg $ $Date: 2007-10-26 11:57:03 $
+ * last change: $Author: obo $ $Date: 2008-01-04 16:22:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -179,7 +179,9 @@ int WINAPI _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int )
_tcsncpy( szPerfTuneIniFile + len, _T("perftune.ini"), sizeof(szPerfTuneIniFile)/sizeof(szPerfTuneIniFile[0]) - len );
}
+#ifndef __MINGW32__
desktop_win32::extendLoaderEnvironment();
+#endif
// Create process with same command line, environment and stdio handles which
// are directed to the created pipes