[PATCH] include: Add define SQL_OV_ODBC3_80

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Nov 8 01:45:06 CST 2021


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

diff --git a/include/sqlext.h b/include/sqlext.h
index ba799a36bb3..51e76a5a856 100644
--- a/include/sqlext.h
+++ b/include/sqlext.h
@@ -64,6 +64,7 @@ extern "C" {
 
 #define SQL_OV_ODBC2                    __MSABI_LONG(2U)
 #define SQL_OV_ODBC3                    __MSABI_LONG(3U)
+#define SQL_OV_ODBC3_80                 __MSABI_LONG(380U)
 #endif
 
 #define SQL_ACCESS_MODE                 101
-- 
2.33.0




More information about the wine-devel mailing list