mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-05-13 08:57:27 +00:00
export NS_InitBaseAppCoreClass so that appcores outside this DLL can initialize themselves
(Yes, I know this is a generated file, but this is how it needs to work right now, otherwise appcores can't live outside appcores.dll)
This commit is contained in:
parent
99a048b621
commit
0f5f56bd8a
@ -54,7 +54,7 @@ public:
|
||||
NS_IMETHOD SetDocumentCharset(const nsString& aCharset) { return _to##SetDocumentCharset(aCharset); } \
|
||||
|
||||
|
||||
extern nsresult NS_InitBaseAppCoreClass(nsIScriptContext *aContext, void **aPrototype);
|
||||
extern NS_DOM nsresult NS_InitBaseAppCoreClass(nsIScriptContext *aContext, void **aPrototype);
|
||||
|
||||
extern "C" NS_DOM nsresult NS_NewScriptBaseAppCore(nsIScriptContext *aContext, nsISupports *aSupports, nsISupports *aParent, void **aReturn);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user