use NS_METHOD to match _stdcall signature (I love you, Win32)

This commit is contained in:
shaver%mozilla.org 2000-06-02 00:50:16 +00:00
Родитель af0274c3bf
Коммит 90c78bdde8
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -91,7 +91,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsBasicAuth);
#define NS_BASICAUTH_PROGID "mozilla.network.http-basic-auth.1"
/* XXX this should all be data-driven, via NS_IMPL_GETMODULE_WITH_CATEGORIES */
static nsresult
static NS_METHOD
RegisterBasicAuth(nsIComponentManager *aCompMgr, nsIFile *aPath,
const char *registryLocation, const char *componentType)
{
@ -104,7 +104,7 @@ RegisterBasicAuth(nsIComponentManager *aCompMgr, nsIFile *aPath,
PR_TRUE, PR_TRUE, getter_Copies(previous));
}
static nsresult
static NS_METHOD
UnregisterBasicAuth(nsIComponentManager *aCompMgr, nsIFile *aPath,
const char *registryLocation)
{