summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-11-30 23:54:39 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-06 20:30:31 +0100
commit3c15be137db96a604c90e5c850092e49abea4511 (patch)
tree4b76cf2455d15533e608ce3ee5641c1eaba04e62 /include
parenta10f8ef403ca688bdf506db1bed79734437ae75e (diff)
downloadmsitools-3c15be137db96a604c90e5c850092e49abea4511.tar.gz
msitools-3c15be137db96a604c90e5c850092e49abea4511.tar.xz
msitools-3c15be137db96a604c90e5c850092e49abea4511.zip
eliminate LIBMSI_DB_OPEN_DIRECT
It is not supported by libgsf
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)