Module: wine Branch: master Commit: c94a16cfe1ac8879d979dd0ac2b6922fdeda6a41 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c94a16cfe1ac8879d979dd0ac2...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Thu Oct 8 20:06:17 2015 +1100
oledberr.h: Add more defines.
Signed-off-by: Alistair Leslie-Hughes leslie_alistair@hotmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/oledberr.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/include/oledberr.h b/include/oledberr.h index 96adcae..8af38ef 100644 --- a/include/oledberr.h +++ b/include/oledberr.h @@ -23,6 +23,11 @@
#define DB_E_BADBINDINFO 0x80040e08
+#define DB_E_ERRORSINCOMMAND 0x80040e14 +#define DB_E_CANTCANCEL 0x80040e15 +#define DB_E_DIALECTNOTSUPPORTED 0x80040e16 +#define DB_E_DUPLICATEDATASOURCE 0x80040e17 +#define DB_E_CANNOTRESTART 0x80040e18 #define DB_E_NOTFOUND 0x80040e19
#define DB_E_UNSUPPORTEDCONVERSION 0x80040e1d