From 51872b8b8eb95ab3eed3e7c5c44738708d3c1863 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Mon, 10 May 1999 20:42:06 +0000 Subject: [PATCH] Correcting the mac load lib name. --- xpcom/proxy/tests/proxytests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/proxy/tests/proxytests.cpp b/xpcom/proxy/tests/proxytests.cpp index f8e11a50da74..76e541bc5df6 100644 --- a/xpcom/proxy/tests/proxytests.cpp +++ b/xpcom/proxy/tests/proxytests.cpp @@ -91,7 +91,7 @@ static NS_DEFINE_IID(kAllocatorCID, NS_ALLOCATOR_CID); #define LIBPROXY_DLL "libproxy.dll" #else #ifdef XP_MAC -#define LIBPROXY_DLL "??????????????????" +#define LIBPROXY_DLL "LIBPROXY_DLL" #else #define LIBPROXY_DLL "libproxy.so" #endif