[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.

git-svn-id: svn://10.0.0.236/trunk@111370 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2002-01-04 21:34:24 +00:00
parent 6b88b9a6c7
commit f2dd7b1cbf

View File

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