include: Add DB_E_CONCURRENCYVIOLATION define (try 2)

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Wed May 22 02:29:26 CDT 2013


Hi,
Correct name.

Changelog:
      include: Add DB_E_CONCURRENCYVIOLATION define


Best Regards
   Alistair Leslie-Hughes

-------------- next part --------------
>From 9c214ea86043d1ea398a721490efd7b7f8ae129f Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date: Mon, 20 May 2013 10:57:11 +1000
Subject: [PATCH] Add DB_E_CONCURRENTVIOLATION define
To: wine-patches <wine-patches at winehq.org>

---
 include/oledberr.h | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
1.8.1.2



More information about the wine-patches mailing list