Re: [Mingw-w64-public] Challenges with using ucrtbase option for cross compiling...

2017-11-20 Thread Martin Storsjö
On Mon, 20 Nov 2017, Sven Kretzschmar wrote: Questions: -- ==> Are there any ideas on how to fix this, or is an ucrtbase build not yet usable/possible with Mingw64 ? ==> Can you indicate which versions of gcc / binutils you are using to test the ucrtbase build option and post which c

[Mingw-w64-public] Challenges with using ucrtbase option for cross compiling...

2017-11-20 Thread Sven Kretzschmar
Hi, Thanks a lot for all your work on this project ! :) I am using the newest master branch of mingw64 from https://github.com/mirror/mingw-w64/tree/master . GCC version used is: https://github.com/gcc-mirror/gcc/tree/gcc-6_4_0-release (6.4.0) And the newest version of all other needed libs. Als

Re: [Mingw-w64-public] Importing other IDLs from wine

2017-11-20 Thread Jacek Caban
Hi Shinchiro, On 20.11.2017 10:46, Shinchiro Shinchiro wrote: > Actually, I tried to create diff between wine's widl and mingw-w64's > widl before but maybe it's difficult to cherry-pick changes that never > got upstreamed I can see that your patches remove changes from mingw-w64 branch. If we'd

Re: [Mingw-w64-public] [PATCH] headers: Avoid using the dllimported versions of Interlocked functions on i386

2017-11-20 Thread Martin Storsjö
On Wed, 15 Nov 2017, Martin Storsjö wrote: Complete the mapping of unprefixed Interlocked functions to the ones starting with an underscore in winnt.h. This makes it consistent with x86_64. Avoid declaring the dllimported versions of the functions. We currently export them with the __imp_ pref