diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-19 14:10:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-19 14:10:37 +0300 |
commit | e7ca07ff3871bb91337f50adce8274f0eee43f26 (patch) | |
tree | 797ccbadd7699905e8fac8a5c0fbe1ed07a185a3 /include | |
parent | 12c0a01bc1826949fa9e146b668a400cab679a63 (diff) |
merge with master till
fixes #1368 (Hide dbx_mmap from profile manager)
Diffstat (limited to 'include')
-rw-r--r-- | include/m_db_int.h | 1 |
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
{
|