summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-19 13:50:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-19 13:50:17 +0300
commit653fe3198fbeef168b9d579da8d95ddf73dbb4c8 (patch)
tree6e9202bce29f87af5aba76c080a1b1c833db529a /include
parent89291e38a65fec2d92f761a95e89613804dd1fc1 (diff)
fixes #1368 (Hide dbx_mmap from profile manager)
Diffstat (limited to 'include')
-rw-r--r--include/m_db_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h
index d53fc6b2bd..f32439c213 100644
--- a/include/m_db_int.h
+++ b/include/m_db_int.h
@@ -191,6 +191,7 @@ public:
#define EMKPRF_CREATEFAILED 1 // for some reason CreateFile() didnt like something
#define MDB_CAPS_COMPACT 0x0001 // database can be compacted
+#define MDB_CAPS_CREATE 0x0002 // new database can be created
struct DATABASELINK
{