summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libmsi.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/libmsi.h b/include/libmsi.h
index 674c4b5..c46ce04 100644
--- a/include/libmsi.h
+++ b/include/libmsi.h
@@ -93,9 +93,7 @@ typedef enum LibmsiModify
#define LIBMSI_DB_OPEN_READONLY (const char *)0
#define LIBMSI_DB_OPEN_TRANSACT (const char *)1
-#define LIBMSI_DB_OPEN_DIRECT (const char *)2
-#define LIBMSI_DB_OPEN_CREATE (const char *)3
-#define LIBMSI_DB_OPEN_CREATEDIRECT (const char *)4
+#define LIBMSI_DB_OPEN_CREATE (const char *)2
#define LIBMSI_DB_OPEN_PATCHFILE 32 / sizeof(*LIBMSI_DB_OPEN_READONLY)