[PATCH] include: Add more SQL_ defines

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Wed Feb 24 03:30:11 CST 2021


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 include/sqlucode.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/sqlucode.h b/include/sqlucode.h
index c87348cd8b5..1286216f902 100644
--- a/include/sqlucode.h
+++ b/include/sqlucode.h
@@ -27,6 +27,9 @@
 extern "C" {
 #endif
 
+#define SQL_WVARCHAR          (-9)
+#define SQL_WLONGVARCHAR      (-10)
+
 SQLRETURN WINAPI SQLConnectW(SQLHDBC ConnectionHandle,
            SQLWCHAR *ServerName, SQLSMALLINT NameLength1,
            SQLWCHAR *UserName, SQLSMALLINT NameLength2,
-- 
2.30.0




More information about the wine-devel mailing list