From 379df1cc3cd7b2d2b7c27c6282c128038bb9c866 Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Mon, 21 Feb 2011 23:16:08 +0000 Subject: [PATCH] Move #define from E-mail.h to mail_util.h. Thx Jerome. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40605 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/mail/E-mail.h | 1 - headers/private/mail/mail_util.h | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/headers/os/mail/E-mail.h b/headers/os/mail/E-mail.h index d3c024450c..72662586c4 100644 --- a/headers/os/mail/E-mail.h +++ b/headers/os/mail/E-mail.h @@ -30,7 +30,6 @@ struct entry_ref; #define B_MAIL_ATTR_CONTENT "MAIL:content_length" // int32 #define B_MAIL_ATTR_READ "MAIL:read" // int32 -#define R5_COMPATIBLE 1 // read flags enum read_flags { diff --git a/headers/private/mail/mail_util.h b/headers/private/mail/mail_util.h index 293bb4a9da..25247c1522 100644 --- a/headers/private/mail/mail_util.h +++ b/headers/private/mail/mail_util.h @@ -13,6 +13,9 @@ #include +#define R5_COMPATIBLE 1 + + class BString;