Module: wine Branch: master Commit: 1bf2cf3cd8909f32ae322ef35432eee17d1daf6e URL: http://source.winehq.org/git/wine.git/?a=commit;h=1bf2cf3cd8909f32ae322ef354...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Mon May 20 10:57:11 2013 +1000
include: Add DB_E_CONCURRENCYVIOLATION define.
---
include/oledberr.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/oledberr.h b/include/oledberr.h index c2033b6..b91b429 100644 --- a/include/oledberr.h +++ b/include/oledberr.h @@ -33,6 +33,8 @@ #define DB_E_BADCOMPAREOP 0x80040e27 #define DB_E_BADSTATUSVALUE 0x80040e28
+#define DB_E_CONCURRENCYVIOLATION 0x80040e38 + #define DB_E_DATAOVERFLOW 0x80040e57
#define DB_E_MISMATCHEDPROVIDER 0x80040e75