fixing mac build: renamed the factory entry point

This commit is contained in:
pierre%netscape.com 1998-09-17 09:17:39 +00:00
Родитель 688d3b1f1e
Коммит 63fad5200b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -144,7 +144,7 @@ nsresult nsNetFactory::LockFactory(PRBool aLock)
// return the proper factory to the caller
#ifdef XP_MAC
extern "C" NS_NET nsresult NSGetFactory_DOM_DLL(const nsCID &aClass, nsIFactory **aFactory)
extern "C" NS_NET nsresult NSGetFactory_NETLIB_DLL(const nsCID &aClass, nsIFactory **aFactory)
#else
extern "C" NS_NET nsresult NSGetFactory(const nsCID &aClass, nsIFactory **aFactory)
#endif