From efe6b8c5c39568682a59b28210cd6be5e65c4846 Mon Sep 17 00:00:00 2001 From: "dcone%netscape.com" Date: Mon, 27 Jul 1998 19:53:51 +0000 Subject: [PATCH] defined a mac WH_TempName for modular Netlib. Raptor change. --- network/module/nsNetStubs.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/network/module/nsNetStubs.cpp b/network/module/nsNetStubs.cpp index 294ca72c1db..059ad28df4d 100644 --- a/network/module/nsNetStubs.cpp +++ b/network/module/nsNetStubs.cpp @@ -735,6 +735,17 @@ SHIST_GetCurrent(History * hist) return NULL; } + +#ifdef XP_MAC +char * +WH_TempName(XP_FileType type, const char * prefix) +{ + MOZ_FUNCTION_STUB; + return NULL; +} +#endif + + /* *--------------------------------------------------------------------------- * From ns/cmd/winfe/fegui.cpp