From c9cdac2b54e08ef7fbb47725ba2242b882469090 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Mon, 6 Oct 2003 02:50:49 +0000 Subject: [PATCH] fixes win32 bustage --- netwerk/base/src/nsIOThreadPool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netwerk/base/src/nsIOThreadPool.h b/netwerk/base/src/nsIOThreadPool.h index 971354a40bf5..d5e36ad79fd0 100644 --- a/netwerk/base/src/nsIOThreadPool.h +++ b/netwerk/base/src/nsIOThreadPool.h @@ -40,6 +40,6 @@ /** * XPCOM constructor for nsIOThreadPool */ -nsresult net_NewIOThreadPool(nsISupports *outer, REFNSIID iid, void **result); +NS_CALLBACK(net_NewIOThreadPool)(nsISupports *outer, REFNSIID iid, void **result); #endif // nsIOThreadPool_h__