diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-19 13:50:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-19 13:50:17 +0300 |
commit | 653fe3198fbeef168b9d579da8d95ddf73dbb4c8 (patch) | |
tree | 6e9202bce29f87af5aba76c080a1b1c833db529a /include | |
parent | 89291e38a65fec2d92f761a95e89613804dd1fc1 (diff) |
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
{
|