From 1bf2cf3cd8909f32ae322ef35432eee17d1daf6e Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Mon, 20 May 2013 10:57:11 +1000 Subject: [PATCH] include: Add DB_E_CONCURRENCYVIOLATION define. --- include/oledberr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/oledberr.h b/include/oledberr.h index c2033b68c15..b91b4293ad6 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