Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
---
include/oledberr.h | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/include/oledberr.h b/include/oledberr.h
index 8af38ef..c3d0d29 100644
--- a/include/oledberr.h
+++ b/include/oledberr.h
@@ -21,6 +21,15 @@
#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_SCHEMAVIOLATION 0x80040e03
You have duplicated lines.
+#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
--
1.9.1