Correcting the mac load lib name.

This commit is contained in:
dougt%netscape.com 1999-05-10 20:42:06 +00:00
Родитель fe9858e448
Коммит 51872b8b8e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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