From 9e0c2273c49f560888fffacb615c5c37e93ecb92 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Fri, 15 Jan 1999 02:11:42 +0000 Subject: [PATCH] include fe_proto.h instead of manually defining LINEBREAK --- mailnews/base/src/nsMsgGroupRecord.cpp | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/mailnews/base/src/nsMsgGroupRecord.cpp b/mailnews/base/src/nsMsgGroupRecord.cpp index 24083443773d..b846338247bf 100644 --- a/mailnews/base/src/nsMsgGroupRecord.cpp +++ b/mailnews/base/src/nsMsgGroupRecord.cpp @@ -26,22 +26,8 @@ #include "xp_mcom.h" #include "net.h" -/* stolen from fe_proto.h - stolen because fe_proto.h is evil */ -#ifdef XP_MAC -# define LINEBREAK "\012" -# define LINEBREAK_LEN 1 -#else -# if defined(XP_WIN) || defined(XP_OS2) -# define LINEBREAK "\015\012" -# define LINEBREAK_LEN 2 -# else -# ifdef XP_UNIX -# define LINEBREAK "\012" -# define LINEBREAK_LEN 1 -# endif /* XP_UNIX */ -# endif /* XP_WIN */ -#endif /* XP_MAC */ - +/* for linebreak, CR, LF, etc */ +#include "fe_proto.h" extern "C" { extern int MK_OUT_OF_MEMORY;