[not part of build] Fix declaration of NSGetFactory to ensure it is extern "C". This prototype was removed from some header file and broke the plugin.

This commit is contained in:
beard%netscape.com 2002-01-04 21:34:24 +00:00
Родитель 8243a281b2
Коммит 96ccec1011
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -114,6 +114,7 @@ static long getSystemVersion()
return version;
}
extern "C"
nsresult NSGetFactory(nsISupports* serviceManager, const nsCID &aClass, const char *aClassName, const char *aContractID, nsIFactory **aFactory)
{
nsresult result = NS_OK;