зеркало из https://github.com/mozilla/pjs.git
add InitMsgAppCoreclass to exported header
This commit is contained in:
Родитель
cca02d3e64
Коммит
6c650031a7
|
@ -23,4 +23,8 @@ extern "C" NS_DOM
|
||||||
nsresult
|
nsresult
|
||||||
NS_NewScriptMsgAppCore(nsIScriptContext *aContext, nsISupports *aSupports, nsISupports *aParent, void **aReturn);
|
NS_NewScriptMsgAppCore(nsIScriptContext *aContext, nsISupports *aSupports, nsISupports *aParent, void **aReturn);
|
||||||
|
|
||||||
|
extern "C" NS_DOM
|
||||||
|
nsresult
|
||||||
|
NS_InitMsgAppCoreClass(nsIScriptContext *aContext, void **aPrototype);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче