mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
fixing win32 bustage
This commit is contained in:
parent
d15e9d5a22
commit
1490aa588f
@ -88,6 +88,7 @@
|
||||
#include "pldhash.h"
|
||||
#include "nsVariant.h"
|
||||
#include "nsEscape.h"
|
||||
#include "nsStreamUtils.h"
|
||||
|
||||
void XXXNeverCalled()
|
||||
{
|
||||
@ -108,7 +109,7 @@ void XXXNeverCalled()
|
||||
NS_NewPipe2(nsnull, nsnull, PR_FALSE, PR_FALSE, 0, 0, nsnull);
|
||||
NS_NewInputStreamReadyEvent(nsnull, nsnull, nsnull);
|
||||
NS_NewOutputStreamReadyEvent(nsnull, nsnull, nsnull);
|
||||
NS_AsyncCopy(nsnull, nsnull, nsnull, 0, 0, nsnull, nsnull);
|
||||
NS_AsyncCopy(nsnull, nsnull, nsnull, NS_ASYNCCOPY_VIA_READSEGMENTS, 0, nsnull, nsnull);
|
||||
PL_DHashStubEnumRemove(nsnull, nsnull, nsnull, nsnull);
|
||||
nsIDHashKey::HashKey(nsnull);
|
||||
nsFixedSizeAllocator a;
|
||||
|
Loading…
Reference in New Issue
Block a user