From 590e15cb08f718f4044704f384d477a5a2c33641 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Sat, 1 May 1999 02:13:53 +0000 Subject: [PATCH] check in for bug #5814. get newsParserTest to build on Windows --- mailnews/news/src/MANIFEST | 1 + mailnews/news/src/Makefile.in | 1 + mailnews/news/src/makefile.win | 1 + 3 files changed, 3 insertions(+) diff --git a/mailnews/news/src/MANIFEST b/mailnews/news/src/MANIFEST index 1c596d7e231..c0a4f42d150 100644 --- a/mailnews/news/src/MANIFEST +++ b/mailnews/news/src/MANIFEST @@ -25,3 +25,4 @@ nntpCore.h nsNNTPNewsgroupPost.h nsNewsFolder.h nsNntpIncomingServer.h +nsNewsUtils.h diff --git a/mailnews/news/src/Makefile.in b/mailnews/news/src/Makefile.in index ff5504b9ac2..3cc9215ed25 100644 --- a/mailnews/news/src/Makefile.in +++ b/mailnews/news/src/Makefile.in @@ -37,6 +37,7 @@ EXPORTS = \ nsNewsFolder.h \ nsNntpIncomingServer.h \ nsNewsMessage.h \ + nsNewsUtils.h \ $(NULL) CPPSRCS = \ diff --git a/mailnews/news/src/makefile.win b/mailnews/news/src/makefile.win index 3e8fea6e77a..828aac6345f 100644 --- a/mailnews/news/src/makefile.win +++ b/mailnews/news/src/makefile.win @@ -65,6 +65,7 @@ EXPORTS= nsNNTPProtocol.h \ nsNewsFolder.h \ nsNntpIncomingServer.h \ nsNewsMessage.h \ + nsNewsUtils.h \ $(NULL) LINCS= \