From e7ca07ff3871bb91337f50adce8274f0eee43f26 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 19 May 2018 14:10:37 +0300 Subject: merge with master till fixes #1368 (Hide dbx_mmap from profile manager) --- include/m_db_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/m_db_int.h') 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 { -- cgit v1.2.3