зеркало из https://github.com/mozilla/gecko-dev.git
[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:
Родитель
8243a281b2
Коммит
96ccec1011
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче