Huw Davies : include: Add a few more error codes.

Alexandre Julliard julliard at winehq.org
Wed Sep 16 15:59:42 CDT 2009


Module: wine
Branch: master
Commit: 142af7e1b4e422421e1024484d89dfe8f847a0bf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=142af7e1b4e422421e1024484d89dfe8f847a0bf

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Sep 16 11:44:43 2009 +0100

include: Add a few more error codes.

---

 include/oledberr.h |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/include/oledberr.h b/include/oledberr.h
index 6a169ef..b534531 100644
--- a/include/oledberr.h
+++ b/include/oledberr.h
@@ -21,10 +21,14 @@
 #ifndef __WINE_OLEDBERR_H
 #define __WINE_OLEDBERR_H
 
-#define DB_E_NOTFOUND             0x80040e19
+#define DB_E_NOTFOUND                       0x80040e19
 
-#define DB_E_ERRORSOCCURRED       0x80040e21
+#define DB_E_UNSUPPORTEDCONVERSION          0x80040e1d
 
-#define DB_S_ERRORSOCCURRED       0x00040eda
+#define DB_E_ERRORSOCCURRED                 0x80040e21
+
+#define DB_E_DATAOVERFLOW                   0x80040e57
+
+#define DB_S_ERRORSOCCURRED                 0x00040eda
 
 #endif /* __WINE_OLEDBERR_H */




More information about the wine-cvs mailing list