From e5ab917761977fc9830cb8ca51465632b20c2b21 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Wed, 5 Mar 2003 18:53:30 +0000 Subject: [PATCH] Fix bustage for now --- xpfe/bootstrap/os2turbo/mozturbo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpfe/bootstrap/os2turbo/mozturbo.cpp b/xpfe/bootstrap/os2turbo/mozturbo.cpp index e0a4a40dd4fe..328ed51bea20 100644 --- a/xpfe/bootstrap/os2turbo/mozturbo.cpp +++ b/xpfe/bootstrap/os2turbo/mozturbo.cpp @@ -161,6 +161,7 @@ int main(int argc, char *argv[]) { return(1); } +#if 0 if (do_path == 0) { /* Get the name of this EXE and use its location as the path */ HMODULE hmodule; @@ -170,6 +171,7 @@ int main(int argc, char *argv[]) { pchar++; *pchar = '\0'; } +#endif if (do_load) { ULONG ulCurMaxFH;