fixes win32 bustage

This commit is contained in:
darin%meer.net 2003-10-06 02:50:49 +00:00
parent 1490aa588f
commit c9cdac2b54

View File

@ -40,6 +40,6 @@
/** /**
* XPCOM constructor for nsIOThreadPool * 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__ #endif // nsIOThreadPool_h__