From bb7cbc0dc5fa9216a088417c15a7aca88affc1ab Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Fri, 30 Nov 2001 21:00:43 +0000 Subject: [PATCH] No bug - cleanup - remove unnecessary XP_OS2_HACK and XP_OS2 git-svn-id: svn://10.0.0.236/trunk@109377 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libreg/src/vr_stubs.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mozilla/modules/libreg/src/vr_stubs.c b/mozilla/modules/libreg/src/vr_stubs.c index e2c8462c435..fea0411ae76 100644 --- a/mozilla/modules/libreg/src/vr_stubs.c +++ b/mozilla/modules/libreg/src/vr_stubs.c @@ -109,10 +109,6 @@ extern void vr_findGlobalRegName () XP_File fh = NULL; struct stat st; -#ifdef XP_OS2_HACK - /*DSR050197 - at this point, I need some front-end call to get the install directory of*/ - /*communicator... for now I will let it default to the current directory...*/ -#endif XP_STRCPY(path, "."); pathlen = strlen(path); @@ -142,7 +138,7 @@ char* vr_findVerRegName() * WINDOWS STUBS * ------------------------------------------------------------------ */ -#if defined(XP_PC) && !defined(XP_OS2) +#if defined(XP_WIN) #include "windows.h" #define PATHLEN 260