[Mingw-w64-public] [PATCH 2/2] headers: Add new constants in sqlext.h

2025-05-03 Thread Biswapriyo Nath
From aa9e3b99f69cee1175ad300fa35805996a09a46d Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 3 May 2025 18:32:55 + Subject: [PATCH 2/2] headers: Add new constants in sqlext.h Required for pyodbc https://github.com/mkleehammer/pyodbc Fixes https://github.com/mingw-w64/mingw-w64/iss

[Mingw-w64-public] [PATCH 1/2] headers: Bump default ODBCVER to 3.80

2025-05-03 Thread Biswapriyo Nath
From 962756af9ec8c353486b5aa11288df62a8eae935 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 3 May 2025 18:31:25 + Subject: [PATCH 1/2] headers: Bump default ODBCVER to 3.80 Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/odbcinst.h | 2 +- mingw-w64-headers/include

Re: [Mingw-w64-public] [PATCH 5/5] github: Run test-libcxx on arm too

2025-05-03 Thread LIU Hao
在 2025-5-2 21:36, Martin Storsjö 写道: From: Jeremy Drake This requires setting CMAKE_CXX_COMPILER_TARGET manually; the LLVM build system infers the wrong architecture when CMake is an x86_64 binary. (The wrong inferred architecture doesn't affect building libcxx, but the wrong architecture gets

Re: [Mingw-w64-public] [PATCH] headers: Add the DISPATCHER_CONTEXT_NONVOLREG_ARM64 data type

2025-05-03 Thread LIU Hao
在 2025-5-3 03:47, Martin Storsjö 写道: On Fri, 2 May 2025, Biswapriyo Nath wrote: __C89_NAMELESS or DUMMYSTRUCTNAME ? Right, we seem to be using these a bit inconsistently across winnt.h so far. I guess I can add __C89_NAMELESS here too, to make it as well decorated as possible, but if that's