From fbc0ce46915bbc8dec286a021b9c449202244f3d Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Wed, 10 Mar 1999 22:08:07 +0000 Subject: [PATCH] comment out these two functions, they are already defined on Unix git-svn-id: svn://10.0.0.236/trunk@23585 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/mime/cthandlers/vcard/oldxp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/mailnews/mime/cthandlers/vcard/oldxp.c b/mozilla/mailnews/mime/cthandlers/vcard/oldxp.c index a2ba7568111..a9608255766 100644 --- a/mozilla/mailnews/mime/cthandlers/vcard/oldxp.c +++ b/mozilla/mailnews/mime/cthandlers/vcard/oldxp.c @@ -162,6 +162,7 @@ XP_OpenDir(const char * name, XP_FileType type) return NULL; } +#ifndef XP_UNIX PUBLIC void XP_CloseDir(XP_Dir dir) { @@ -174,6 +175,7 @@ XP_ReadDir(XP_Dir dir) MOZ_FUNCTION_STUB; return NULL; } +#endif PUBLIC int XP_FileRemove(const char * name, XP_FileType type)