зеркало из https://github.com/mozilla/pjs.git
fixed Windows makefile goop and fixed __stdcall issue
This commit is contained in:
Родитель
2e1f74d3e8
Коммит
4d11ade55f
|
@ -53,7 +53,6 @@ C_OBJS= \
|
|||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\mozJSComponentLoader.obj \
|
||||
.\$(OBJDIR)\mozJSComponentLoaderFactory.obj \
|
||||
$(NULL)
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
|
|
|
@ -591,7 +591,7 @@ mozJSComponentLoader::UnloadAll(PRInt32 aWhen)
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
static nsresult
|
||||
static NS_IMETHODIMP
|
||||
CreateJSComponentLoader(nsISupports *aOuter, const nsIID &iid, void **result)
|
||||
{
|
||||
if (!result)
|
||||
|
|
Загрузка…
Ссылка в новой задаче