зеркало из https://github.com/mozilla/gecko-dev.git
OJI MozClassic to raptor merge
This commit is contained in:
Родитель
c94385ee94
Коммит
444258ea80
|
@ -1453,7 +1453,7 @@ NSUnregisterSelf(const char *path)
|
|||
|
||||
|
||||
extern "C" NS_EXPORT nsresult
|
||||
NSGetFactory(const nsCID &aClass, nsIFactory **aFactory)
|
||||
NSGetFactory(const nsCID &aClass, nsISupports* serviceMgr, nsIFactory **aFactory)
|
||||
{
|
||||
|
||||
if (aFactory == NULL)
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
// DLL Entry Points:
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
extern "C" NS_EXPORT nsresult
|
||||
NSGetFactory(const nsCID &aClass, nsIFactory **aFactory);
|
||||
NSGetFactory(const nsCID &aClass, nsISupports* serviceMgr, nsIFactory **aFactory);
|
||||
|
||||
extern "C" NS_EXPORT PRBool
|
||||
NSCanUnload(void);
|
||||
|
|
Загрузка…
Ссылка в новой задаче