Alistair Leslie-Hughes : include: Add more DB_E_* defines.

Alexandre Julliard julliard at winehq.org
Thu Feb 28 16:09:42 CST 2019


Module: wine
Branch: master
Commit: ca266d2e37cfe8cd750fedd19f6a7f5c60951c15
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ca266d2e37cfe8cd750fedd19f6a7f5c60951c15

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Thu Feb 28 08:16:02 2019 +0000

include: Add more DB_E_* defines.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/oledberr.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/oledberr.h b/include/oledberr.h
index 8af38ef..61093ea 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




More information about the wine-cvs mailing list