win32 bustage. nspr wasn't being linked into the stream conv dll

This commit is contained in:
valeski%netscape.com 1999-08-04 00:50:21 +00:00
parent f776b8ac4a
commit 31e057081c
2 changed files with 1 additions and 3 deletions

View File

@ -24,6 +24,7 @@ DLL=.\$(OBJDIR)\$(DLLNAME).dll
LLIBS= $(LLIBS) \ LLIBS= $(LLIBS) \
$(DIST)\lib\xpcom.lib \ $(DIST)\lib\xpcom.lib \
$(LIBNSPR) \
$(NULL) $(NULL)
LCFLAGS = -DWIN32_LEAN_AND_MEAN -D_IMPL_NS_NET LCFLAGS = -DWIN32_LEAN_AND_MEAN -D_IMPL_NS_NET

View File

@ -27,9 +27,6 @@
#include "nsIBufferOutputStream.h" #include "nsIBufferOutputStream.h"
#include "nsIStreamConverter.h" #include "nsIStreamConverter.h"
#include "nsIComponentManager.h" #include "nsIComponentManager.h"
#include "nsCRT.h"
#include "nsIAllocator.h"
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
// nsISupports methods // nsISupports methods