fixed Windows makefile goop and fixed __stdcall issue

This commit is contained in:
shaver%netscape.com 1999-09-21 19:42:09 +00:00
Родитель 2e1f74d3e8
Коммит 4d11ade55f
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

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