Signed-off-by: Alistair Leslie-Hughes leslie_alistair@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