From da2eca81ec868633fa75d54d7f71b94fc76d4fc3 Mon Sep 17 00:00:00 2001 From: "dveditz%netscape.com" Date: Thu, 15 Apr 1999 12:33:06 +0000 Subject: [PATCH] unfix until mac link problem can be dealt with git-svn-id: svn://10.0.0.236/trunk@27565 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libreg/src/VerReg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/modules/libreg/src/VerReg.c b/mozilla/modules/libreg/src/VerReg.c index 96272d89d5d..70e6eca8bb1 100644 --- a/mozilla/modules/libreg/src/VerReg.c +++ b/mozilla/modules/libreg/src/VerReg.c @@ -668,7 +668,6 @@ VR_INTERFACE(REGERR) VR_PackRegistry(void *userData, nr_RegPackCallbackFunc fn) #endif /* STANDALONE_REGISTRY */ -#ifdef STANDALONE_REGISTRY VR_INTERFACE(REGERR) VR_CreateRegistry( char *installation, char *programPath, char *versionStr ) { REGERR err; @@ -720,7 +719,6 @@ VR_INTERFACE(REGERR) VR_CreateRegistry( char *installation, char *programPath, c return err; } /* CreateRegistry */ -#endif VR_INTERFACE(REGERR) VR_Close(void)