Re: [Mingw-w64-public] A few small issues in MinGW headers

2022-08-01 Thread JonY via Mingw-w64-public
On 8/1/22 10:30, Martin Storsjö wrote: Hi, On Fri, 29 Jul 2022, Jean-Michaël Celerier wrote: As reported on Github: I don't think we officially use the github repo for issues - (although the sourceforge issue tracker also is mostly unmantained), so I guess this mailing list currently is th

Re: [Mingw-w64-public] A few small issues in MinGW headers

2022-08-01 Thread Martin Storsjö
Hi, On Fri, 29 Jul 2022, Jean-Michaël Celerier wrote: As reported on Github: I don't think we officially use the github repo for issues - (although the sourceforge issue tracker also is mostly unmantained), so I guess this mailing list currently is the best place to discuss such issues - so

[Mingw-w64-public] A few small issues in MinGW headers

2022-07-29 Thread Jean-Michaël Celerier
As reported on Github: == issue 1 === https://github.com/mingw-w64/mingw-w64/issues/11 #if __MINGW_GNUC_PREREQ (3, 3) #define __MINGW_NOTHROW __attribute__ ((__nothrow__)) #elif __MINGW_MSC_PREREQ(12, 0) && defined (__cplusplus) #define __MINGW_NOTHROW __declspec(nothrow) #else #define _