summaryrefslogtreecommitdiff
path: root/desktop/os2/source/applauncher/launcher.cxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2009-09-16 17:08:52 +0200
committersb <sb@openoffice.org>2009-09-16 17:08:52 +0200
commit11418032c587bcee688fcb4f76739c0e2520193b (patch)
treefd69455f64f6f2940f9eab860e45b06e8abaf748 /desktop/os2/source/applauncher/launcher.cxx
parentca107138e1786b636b8f81ebbcc9994ac7dd393f (diff)
parenta11aa70b384e3ca0df953b53cff6b4d7f9699147 (diff)
merged in DEV300_m59
Diffstat (limited to 'desktop/os2/source/applauncher/launcher.cxx')
-rw-r--r--desktop/os2/source/applauncher/launcher.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/os2/source/applauncher/launcher.cxx b/desktop/os2/source/applauncher/launcher.cxx
index a17838687a0f..1d1280c71bf1 100644
--- a/desktop/os2/source/applauncher/launcher.cxx
+++ b/desktop/os2/source/applauncher/launcher.cxx
@@ -66,7 +66,11 @@ int main( int argc, char* argv[])
DosSetExtLIBPATH( (PCSZ)szLibpath, BEGIN_LIBPATH);
// make sure we load DLL from our path only, so multiple instances/versions
// can be loaded.
+#if 0
+ // YD this feature is not compatible with innowin b20,
+ // java cannot load with this flag enabled
DosSetExtLIBPATH( (PCSZ)"T", LIBPATHSTRICT);
+#endif
// adjust exe name
_splitpath( szApplicationName, szDrive, szDir, szFileName, szExt );