summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/commonheaders.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-12 15:18:23 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-12 15:18:23 +0000
commit84c4cf586edb825d669c21528d6821918ddd7f0c (patch)
tree516185cf651b8f20de5fb6d6ebc1125c14b36159 /plugins/Db3x_mmap/src/commonheaders.h
parentfab0ad41fc5a614a3d9710e9dfc9ed7850fa34c3 (diff)
transparent access for subs' events
git-svn-id: http://svn.miranda-ng.org/main/trunk@8582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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;