Module: wine Branch: master Commit: ef306b148f477611b89eff9f29bb8f21f718d433 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ef306b148f477611b89eff9f2...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Mon Nov 8 18:45:06 2021 +1100
include: Add define SQL_OV_ODBC3_80.
Signed-off-by: Alistair Leslie-Hughes leslie_alistair@hotmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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