dbs.idl: Add type DB_NUMERIC

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Tue Sep 17 21:39:08 CDT 2013


Hi,


Changelog:
     dbs.idl: Add type DB_NUMERIC


Best Regards
  Alistair Leslie-Hughes
-------------- next part --------------
>From b9bf84e72700b0932becc3279434f8ca7a580391 Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date: Mon, 16 Sep 2013 11:38:16 +1000
Subject: [PATCH] Add type DB_NUMERIC
To: wine-patches <wine-patches at winehq.org>

---
 include/dbs.idl | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/include/dbs.idl b/include/dbs.idl
index ceb9773..1e0ac6c 100644
--- a/include/dbs.idl
+++ b/include/dbs.idl
@@ -50,6 +50,13 @@ typedef struct tagDBID {
     } uName;
 } DBID;
 
+typedef struct tagDB_NUMERIC {
+    BYTE precision;
+    BYTE scale;
+    BYTE sign;
+    BYTE val[16];
+} DB_NUMERIC;
+
 typedef DWORD DBPROPID;
 
 typedef struct tagDBPROPIDSET {
-- 
1.8.1.2



More information about the wine-patches mailing list