use NS_METHOD for register/unregister callback, for Win32

This commit is contained in:
shaver%mozilla.org 2000-05-26 05:55:00 +00:00
Родитель 7490eabf79
Коммит d7e842a0c5
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1039,7 +1039,7 @@ mozJSComponentLoader::UnloadAll(PRInt32 aWhen)
//----------------------------------------------------------------------
/* XXX this should all be data-driven, via NS_IMPL_GETMODULE_WITH_CATEGORIES */
static nsresult
static NS_METHOD
RegisterJSLoader(nsIComponentManager *aCompMgr, nsIFile *aPath,
const char *registryLocation, const char *componentType)
{
@ -1053,7 +1053,7 @@ RegisterJSLoader(nsIComponentManager *aCompMgr, nsIFile *aPath,
PR_TRUE, PR_TRUE, getter_Copies(previous));
}
static nsresult
static NS_METHOD
UnregisterJSLoader(nsIComponentManager *aCompMgr, nsIFile *aPath,
const char *registryLocation)
{