[PATCH 3/3] include: Add SQLGetDiagFieldW prototype

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Nov 8 23:24:59 CST 2021


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

diff --git a/include/sqlucode.h b/include/sqlucode.h
index 7e1fb677cce..f1eaace87c1 100644
--- a/include/sqlucode.h
+++ b/include/sqlucode.h
@@ -62,6 +62,10 @@ SQLRETURN WINAPI SQLSetStmtAttrW(SQLHSTMT StatementHandle,
            SQLINTEGER Attribute, SQLPOINTER Value,
            SQLINTEGER StringLength);
 
+SQLRETURN WINAPI SQLGetDiagFieldW(SQLSMALLINT type, SQLHANDLE handle,
+           SQLSMALLINT record, SQLSMALLINT field, SQLPOINTER info,
+           SQLSMALLINT info_len, SQLSMALLINT *ret_len);
+
 #ifdef __cplusplus
 }
 #endif
-- 
2.33.0




More information about the wine-devel mailing list