r= dveditz@netscape.com
OS/2 bring up continues - need PR_CALLBACK to specify linkage for VisualAge build
This commit is contained in:
mkaply%us.ibm.com 2000-05-01 22:29:03 +00:00
parent 0239506ecb
commit 6cf521f913

View File

@ -53,9 +53,9 @@
static NS_DEFINE_CID(kSoftwareUpdateCID, NS_SoftwareUpdate_CID);
static NS_DEFINE_CID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID);
extern JSObject *InitXPInstallObjects(JSContext *jscontext, JSObject *global, nsIFile* jarfile, const PRUnichar* url, const PRUnichar* args, PRUint32 flags, nsIZipReader* hZip);
extern nsresult InitInstallVersionClass(JSContext *jscontext, JSObject *global, void** prototype);
extern nsresult InitInstallTriggerGlobalClass(JSContext *jscontext, JSObject *global, void** prototype);
extern JSObject PR_CALLBACK *InitXPInstallObjects(JSContext *jscontext, JSObject *global, nsIFile* jarfile, const PRUnichar* url, const PRUnichar* args, PRUint32 flags, nsIZipReader* hZip);
extern nsresult PR_CALLBACK InitInstallVersionClass(JSContext *jscontext, JSObject *global, void** prototype);
extern nsresult PR_CALLBACK InitInstallTriggerGlobalClass(JSContext *jscontext, JSObject *global, void** prototype);
// Defined in this file:
static void XPInstallErrorReporter(JSContext *cx, const char *message, JSErrorReport *report);