include: Add DB_E_CONCURRENTVIOLATION define

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon May 20 05:53:17 CDT 2013


Hi,


Changelog:
     include: Add DB_E_CONCURRENTVIOLATION define


Best Regards
  Alistair Leslie-Hughes
-------------- next part --------------
>From 367a91383186f9d9741c36fecec87d6b89184c10 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..c95eeb4 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_CONCURRENTVIOLATION            0x80040e38
+
 #define DB_E_DATAOVERFLOW                   0x80040e57
 
 #define DB_E_MISMATCHEDPROVIDER             0x80040e75
-- 
1.8.1.2



More information about the wine-patches mailing list