include: Add missing defines

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Tue Jun 25 20:05:45 CDT 2013


Hi,


Changelog:
     include: Add missing defines


Best Regards
  Alistair Leslie-Hughes
-------------- next part --------------
>From 62e6439e02a88797d4f9d42b796514975bf52db9 Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date: Tue, 25 Jun 2013 12:23:39 +1000
Subject: [PATCH] Add missing defines
To: wine-patches <wine-patches at winehq.org>

---
 include/oledberr.h | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/include/oledberr.h b/include/oledberr.h
index b91b429..9b87ba7 100644
--- a/include/oledberr.h
+++ b/include/oledberr.h
@@ -33,7 +33,14 @@
 #define DB_E_BADCOMPAREOP                   0x80040e27
 #define DB_E_BADSTATUSVALUE                 0x80040e28
 
-#define DB_E_CONCURRENCYVIOLATION            0x80040e38
+#define DB_E_CONCURRENCYVIOLATION           0x80040e38
+
+#define DB_E_TABLEINUSE                     0x80040e40
+#define DB_E_NOLOCALE                       0x80040e41
+#define DB_E_BADRECORDNUM                   0x80040e42
+#define DB_E_BOOKMARKSKIPPED                0x80040e43
+#define DB_E_BADPROPERTYVALUE               0x80040e44
+#define DB_E_INVALID                        0x80040e45
 
 #define DB_E_DATAOVERFLOW                   0x80040e57
 
-- 
1.8.1.2



More information about the wine-patches mailing list