summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Db3x_mmap/src/commonheaders.h')
-rw-r--r--plugins/Db3x_mmap/src/commonheaders.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/commonheaders.h b/plugins/Db3x_mmap/src/commonheaders.h
index 4ddc34de68..b6274b4868 100644
--- a/plugins/Db3x_mmap/src/commonheaders.h
+++ b/plugins/Db3x_mmap/src/commonheaders.h
@@ -47,6 +47,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "resource.h"
#include "version.h"
+#define NOT_UNREAD (DBEF_READ | DBEF_SENT)
+
extern HINSTANCE g_hInst;
extern LIST<CDb3Mmap> g_Dbs;
extern DBSignature dbSignatureU, dbSignatureE, dbSignatureIM, dbSignatureSA;