[Mingw-w64-public] FW: Please do not define __stdcall macro when compiler provides them

2022-11-05 Thread unlvsur unlvsur
Sent from Mail for Windows From: unlvsur unlvsur Sent: Thursday, November 3, 2022 18:00 To: mingw-w64-public-requ...@lists.sourceforge.net Subject: Please do not defi

[Mingw-w64-public] FW: mingw-w64 headers causes inconsistent for macros under C++20 module

2022-11-05 Thread unlvsur unlvsur
Sent from Mail for Windows From: unlvsur unlvsur Sent: Thursday, November 3, 2022 16:30 To: mingw-w64-public-requ...@lists.sourceforge.net Subject: mingw-w64 headers

Re: [Mingw-w64-public] Problems when building NT kernel drivers with GCC / LD

2022-11-05 Thread Jan Beulich via Mingw-w64-public
On 30.10.2022 02:06, Pali Rohár via Binutils wrote: > * GCC or LD (not sure who) sets memory alignment characteristics > (IMAGE_SCN_ALIGN_MASK) into the sections of PE executable binary. > These characteristics should be only in COFF object files, not > executable binaries. Specially they sho

Re: [Mingw-w64-public] FW: mingw-w64 headers causes inconsistent for macros under C++20 module

2022-11-05 Thread Biswapriyo Nath
Please provide sample code and exact steps to reproduce those issue. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH] headers/_mingw: Remove the obsolete `__stdcall` macro

2022-11-05 Thread LIU Hao
I think this `__stdcall` macro should be removed. -- Best regards, LIU Hao From 16ad382685cb899e9369a28ab8c37c8afb3def59 Mon Sep 17 00:00:00 2001 From: LIU Hao Date: Sun, 6 Nov 2022 03:12:49 +0800 Subject: [PATCH] headers/_mingw: Remove the obsolete `__stdcall` macro This was introduced in 8bcb

Re: [Mingw-w64-public] [PATCH] headers/_mingw: Remove the obsolete `__stdcall` macro

2022-11-05 Thread Martin Storsjö
On Sun, 6 Nov 2022, LIU Hao wrote: I think this `__stdcall` macro should be removed. LGTM, thanks! // Martin ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] headers: Add windowsnumerics.h, windowsnumerics.impl.h

2022-11-05 Thread Martin Storsjö
On Fri, 21 Oct 2022, Alvin Wong via Mingw-w64-public wrote: These headers are only partially implemented. They include all the type definitions and struct members according to the docs. All the functions have been declared but not all of them are defined. Attempting to use the undefined function

[Mingw-w64-public] localtime() does not respect TZ if set via char **environ (CLANG*, UCRT64)

2022-11-05 Thread H.
Hi all, localtime() does not respect if TZ variable is set via char **environ on CLANG32, CLANG64 and UCRT64. But it works on MINGW32, MINGW64. All the details are given on: https://github.com/msys2/MINGW-packages/issues/13925#issuecomment-1304112646 Attached also the related test code. Thanks