[PATCH] include: Add more DB_E_* defines

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Thu Feb 28 02:16:02 CST 2019


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 include/oledberr.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/oledberr.h b/include/oledberr.h
index 8af38ef4c2..61093ea149 100644
--- a/include/oledberr.h
+++ b/include/oledberr.h
@@ -21,6 +21,14 @@
 #ifndef __WINE_OLEDBERR_H
 #define __WINE_OLEDBERR_H
 
+#define DB_E_BADACCESSORHANDLE              0x80040e00
+#define DB_E_ROWLIMITEXCEEDED               0x80040e01
+#define DB_E_READONLYACCESSOR               0x80040e02
+#define DB_E_SCHEMAVIOLATION                0x80040e03
+#define DB_E_BADROWHANDLE                   0x80040e04
+#define DB_E_OBJECTOPEN                     0x80040e05
+#define DB_E_BADCHAPTER                     0x80040e06
+#define DB_E_CANTCONVERTVALUE               0x80040e07
 #define DB_E_BADBINDINFO                    0x80040e08
 
 #define DB_E_ERRORSINCOMMAND                0x80040e14
-- 
2.20.1




More information about the wine-devel mailing list