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:
alecf%netscape.com 1999-03-09 19:53:19 +00:00
parent 99a048b621
commit 0f5f56bd8a

View File

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