diff --git a/mailnews/news/src/nsNNTPProtocol.h b/mailnews/news/src/nsNNTPProtocol.h index 0ce85b53c5f..c5684069996 100644 --- a/mailnews/news/src/nsNNTPProtocol.h +++ b/mailnews/news/src/nsNNTPProtocol.h @@ -408,7 +408,6 @@ private: NS_BEGIN_EXTERN_C nsresult NS_MailNewsLoadUrl(const nsString& urlString, nsISupports * aConsumer); -nsresult NS_NewNntpUrl(nsINntpUrl ** aResult, const nsString urlSpec); NS_END_EXTERN_C diff --git a/mailnews/news/tests/makefile.win b/mailnews/news/tests/makefile.win index 7656b18e4e1..6aacf695ca6 100644 --- a/mailnews/news/tests/makefile.win +++ b/mailnews/news/tests/makefile.win @@ -27,6 +27,8 @@ REQUIRES=xpcom js nspr netlib DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN +DIRS = nntp + CPPSRCS= \ nsNNTPCategoryContainerStub.cpp \ nsNNTPHostStub.cpp \