[Mingw-w64-public] Please add noexcept to stdin, stdout and stderr

2021-08-08 Thread unlvsur unlvsur
__acrt_iob_func() Or C++ will generate exception catch side which destroys the performance. Sent from Mail for Windows 10 ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https:

Re: [Mingw-w64-public] [PATCH] genpeimg: add option to change image subsystem.

2021-08-08 Thread Martin Storsjö
On Fri, 6 Aug 2021, Jeremy Drake wrote: On Fri, 6 Aug 2021, Martin Storsjö wrote: As for the patch itself, it seems fine to me - I presume the code is written to match the surrounding coding conventions and all that (I didn't doublecheck). I made an effort to, but I can't guarantee I caught

Re: [Mingw-w64-public] [PATCH 1/3] crt: Fix the strtold/wcstold exports in libucrt.a

2021-08-08 Thread Martin Storsjö
On Sun, 8 Aug 2021, LIU Hao wrote: 在 2021-08-05 19:02, Martin Storsjö 写道: The macros like F_ARM_ANY() require making the .def file a .def.in which is preprorcessed, and including func.def.in. Signed-off-by: Martin Storsjö --- This series of patches look good to me. Thanks, pushed! // Ma

[Mingw-w64-public] [PATCH] WHVP updates

2021-08-08 Thread Biswapriyo Nath
From 4d829b31e9fdb50b2e62ccb2e65b9d5127b6e301 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 8 Aug 2021 23:32:08 +0530 Subject: [PATCH 1/4] headers: Update existing enums and unions in winhvplatformdefs.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winhvplatformdef

Re: [Mingw-w64-public] [PATCH] headers: Add some type aliases in dsound.h

2021-08-08 Thread LIU Hao
在 2021-08-09 00:17, Biswapriyo Nath 写道: Though wine's one make sense. Alright, wish fulfilled :) Thanks for the update. Pushed to master. -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signature ___ Mingw-w64-public mai

Re: [Mingw-w64-public] [PATCH] headers: Add some type aliases in dsound.h

2021-08-08 Thread Biswapriyo Nath
Though wine's one make sense. Alright, wish fulfilled :) From 8de629a3ebee0cd205477428e0df0717c89079ef Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 8 Aug 2021 21:45:03 +0530 Subject: [PATCH] headers: Add some type aliases in dsound.h Required in portaudio. wine commit 811e4129c1a05c9

Re: [Mingw-w64-public] [PATCH] headers: Add some type aliases in dsound.h

2021-08-08 Thread LIU Hao
在 2021-08-08 21:48, Biswapriyo Nath 写道: In that wine dsound.h header, it is defined as `typedef struct Iabc Iabc8` instead of `#define Iabc8 Iabc`. I followed that style and removed the later `#define` ones. That makes sense, but I suggest you leave them alone. The main reason is that those a

Re: [Mingw-w64-public] [PATCH] headers: Add some type aliases in dsound.h

2021-08-08 Thread Biswapriyo Nath
In that wine dsound.h header, it is defined as `typedef struct Iabc Iabc8` instead of `#define Iabc8 Iabc`. I followed that style and removed the later `#define` ones. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://list

Re: [Mingw-w64-public] [PATCH] headers: Add some type aliases in dsound.h

2021-08-08 Thread LIU Hao
在 2021-08-05 13:07, Biswapriyo Nath 写道: @@ -1153,7 +1159,6 @@ DECLARE_INTERFACE_(IDirectSound3DListener,IUnknown) #define IDirectSound3DListener_SetVelocity(p,a,b,c,d) (p)->SetVelocity(a,b,c,d) #define IDirectSound3DListener_CommitDeferredSettings(p) (p)->CommitDeferredSettin

Re: [Mingw-w64-public] [PATCH 1/3] crt: Fix the strtold/wcstold exports in libucrt.a

2021-08-08 Thread LIU Hao
在 2021-08-05 19:02, Martin Storsjö 写道: The macros like F_ARM_ANY() require making the .def file a .def.in which is preprorcessed, and including func.def.in. Signed-off-by: Martin Storsjö --- This series of patches look good to me. -- Best regards, LIU Hao OpenPGP_signature Description: