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
This commit is contained in:
mkaply%us.ibm.com 2001-11-30 21:00:43 +00:00
parent 4ad9438062
commit bb7cbc0dc5

View File

@ -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