From 31e057081c820bf57c0175c9a0af209ca7596edf Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Wed, 4 Aug 1999 00:50:21 +0000 Subject: [PATCH] win32 bustage. nspr wasn't being linked into the stream conv dll --- netwerk/streamconv/src/makefile.win | 1 + netwerk/streamconv/src/nsStreamConverterService.cpp | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/netwerk/streamconv/src/makefile.win b/netwerk/streamconv/src/makefile.win index f71bc4069a17..9085948c4180 100644 --- a/netwerk/streamconv/src/makefile.win +++ b/netwerk/streamconv/src/makefile.win @@ -24,6 +24,7 @@ DLL=.\$(OBJDIR)\$(DLLNAME).dll LLIBS= $(LLIBS) \ $(DIST)\lib\xpcom.lib \ + $(LIBNSPR) \ $(NULL) LCFLAGS = -DWIN32_LEAN_AND_MEAN -D_IMPL_NS_NET diff --git a/netwerk/streamconv/src/nsStreamConverterService.cpp b/netwerk/streamconv/src/nsStreamConverterService.cpp index ca86002bd2bf..d158bc66586f 100644 --- a/netwerk/streamconv/src/nsStreamConverterService.cpp +++ b/netwerk/streamconv/src/nsStreamConverterService.cpp @@ -27,9 +27,6 @@ #include "nsIBufferOutputStream.h" #include "nsIStreamConverter.h" #include "nsIComponentManager.h" -#include "nsCRT.h" - -#include "nsIAllocator.h" //////////////////////////////////////////////////////////// // nsISupports methods