fixing win32 bustage
git-svn-id: svn://10.0.0.236/trunk@147605 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4dcff7ec30
commit
eba1ef1da1
@ -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…
x
Reference in New Issue
Block a user