From 962756af9ec8c353486b5aa11288df62a8eae935 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath <[email protected]> Date: Sat, 3 May 2025 18:31:25 +0000 Subject: [PATCH 1/2] headers: Bump default ODBCVER to 3.80
Signed-off-by: Biswapriyo Nath <[email protected]> --- mingw-w64-headers/include/odbcinst.h | 2 +- mingw-w64-headers/include/sql.h | 2 +- mingw-w64-headers/include/sqltypes.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-headers/include/odbcinst.h b/mingw-w64-headers/include/odbcinst.h index d2e2589..4d8a33b 100644 --- a/mingw-w64-headers/include/odbcinst.h +++ b/mingw-w64-headers/include/odbcinst.h @@ -13,7 +13,7 @@ extern "C" { #endif #ifndef ODBCVER -#define ODBCVER 0x0351 +#define ODBCVER 0x0380 #endif #define ODBC_ADD_DSN 1 diff --git a/mingw-w64-headers/include/sql.h b/mingw-w64-headers/include/sql.h index 0a4f67b..bdfd6b7 100644 --- a/mingw-w64-headers/include/sql.h +++ b/mingw-w64-headers/include/sql.h @@ -7,7 +7,7 @@ #define __SQL #ifndef ODBCVER -#define ODBCVER 0x0351 +#define ODBCVER 0x0380 #endif #include <sqltypes.h> diff --git a/mingw-w64-headers/include/sqltypes.h b/mingw-w64-headers/include/sqltypes.h index 809b11f..f66c7ce 100644 --- a/mingw-w64-headers/include/sqltypes.h +++ b/mingw-w64-headers/include/sqltypes.h @@ -7,7 +7,7 @@ #define __SQLTYPES #ifndef ODBCVER -#define ODBCVER 0x0351 +#define ODBCVER 0x0380 #endif #ifdef __cplusplus -- 2.49.0
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
