Re: [Mingw-w64-public] [PATCH v2 2/2] ntstrsafe.h: More fully implement.

2019-05-09 Thread Liu Hao
在 2019/5/5 12:45, Zebediah Figura 写道: > > I don't know that I can answer that personally; I'm not familiar with > ReactOS as a project, and what their practices are with respect to > header completeness. As you are the only one who has recently reported issues about the DDK, would you please test

Re: [Mingw-w64-public] [PATCH 2/2] crt: Merge msvcr120_app.def.in for 32 and 64 bit x86

2019-05-09 Thread Jacek Caban
On 5/6/19 2:24 PM, Martin Storsjö wrote: Also add differences for the arm32 version of the dll into the merged file. Signed-off-by: Martin Storsjö --- mingw-w64-crt/Makefile.am|8 +- mingw-w64-crt/lib-common/msvcr120_app.def.in | 2536 ++ mingw-w64-cr

Re: [Mingw-w64-public] [PATCH 1/2] crt: Provide an empty implementation of __set_app_type for msvcr120_app.dll

2019-05-09 Thread Jacek Caban
On 5/6/19 2:24 PM, Martin Storsjö wrote: This dll doesn't provide this function, but making it an empty no-op function should be fine. This somewhat allows running exes linked against this dll; the previous incorrect declaration of this function in the def files allowed compiling projects (where

Re: [Mingw-w64-public] [PATCH] headers: Use the msvcrt/ucrt setjmp functions on ARM64 is SEH is available

2019-05-09 Thread Jacek Caban
On 5/7/19 9:41 AM, Martin Storsjö wrote: This requires using a new builtin intrinsic __builtin_sponentry(), which was added in Clang 9. Signed-off-by: Martin Storsjö --- The new intrinsic was added yesterday. After some time we could remove the fallback setjmp/longjmp for ARM64, assuming that a

Re: [Mingw-w64-public] Libraries present on Ubuntu but absent from Centos

2019-05-09 Thread Mateusz Mikuła
Fedora/RHEL/CentOS package mingw-w64 differently than Debian/Ubuntu. Libraries you are asking for are located in /usr/x86_64-w64-mingw32/sys-root/mingw/lib/ Regards Mateusz Mikuła czw., 9 maj 2019, 05:01 użytkownik William Zeitler < will...@williamzeitler.com> napisał: > I have a mingw64 project