mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-04 13:42:48 +00:00
OJI MozClassic to raptor merge
This commit is contained in:
parent
c94385ee94
commit
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user