mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
fixes win32 bustage
This commit is contained in:
parent
1490aa588f
commit
c9cdac2b54
@ -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__
|
||||||
|
Loading…
Reference in New Issue
Block a user