[PATCH] include: Add some DB_S_ defines

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Nov 23 02:32:46 CST 2020


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

diff --git a/include/oledberr.h b/include/oledberr.h
index 61093ea1491..c0eccba1e97 100644
--- a/include/oledberr.h
+++ b/include/oledberr.h
@@ -83,6 +83,9 @@
 
 #define DB_E_MISMATCHEDPROVIDER             0x80040e75
 
+#define DB_S_BOOKMARKSKIPPED                0x00040ec3
+#define DB_S_NONEXTROWSET                   0x00040ec5
+#define DB_S_ENDOFROWSET                    0x00040ec6
 #define DB_S_ERRORSOCCURRED                 0x00040eda
 
 #endif /* __WINE_OLEDBERR_H */
-- 
2.29.2




More information about the wine-devel mailing list