On 02/20/2017 07:40 PM, Ruslan Garipov wrote:
> File 'mingw-w64-crt/lib32/user32.def' contains export declarations for
> functions `ChangeWindowMessageFilterEx` and `ChangeWindowMessageFilter`.
> While file
> 'mingw-w64-crt/lib64/user32.def' does not.
>
> Please review.
Patch OK.
signature.asc
On 02/20/2017 05:07 PM, Jacek Caban wrote:
> Please review.
Patch OK.
signature.asc
Description: OpenPGP digital signature
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot
File 'mingw-w64-crt/lib32/user32.def' contains export declarations for
functions `ChangeWindowMessageFilterEx` and `ChangeWindowMessageFilter`.
While file
'mingw-w64-crt/lib64/user32.def' does not.
Please review.
---
mingw-w64-crt/lib64/user32.def | 2 ++
1 file changed, 2 insertions(+)
diff --g
Please review.
---
mingw-w64-headers/direct-x/include/dxgi.idl | 8
mingw-w64-headers/include/winerror.h| 11 +++
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/mingw-w64-headers/direct-x/include/dxgi.idl b/mingw-w64-headers/direct-x/include/dxgi.idl
in
Hi Kai,
Thanks for the review. It seems that SF git is not working ATM (at least
I get connection refused on all protocols I tried). I will apply as soon
as it works again.
Thanks,
Jacek
On 17.02.2017 17:07, Kai Tietz wrote:
> Patch is ok. Thanks, please apply.
>
> Kai
>
> 2017-02-17 13:25 GMT+0
Hi David,
On 17.02.2017 16:49, David Grayson wrote:
> If the compiler has a builtin for the intrinsic, why would mingw-w64
> still provide a prototype for it? It seems like it would have no
> benefit and be likely to just cause compiler errors in the future.
That's how intrinsics work in MSVC, t
Hi Martell,
On 17.02.2017 17:20, Martell Malone wrote:
> Hey guys,
>
>> Thanks, but I'd be more interested in documentation how to get cross
>> compilation setup with clang + mingw-w64. I did one in the past, but it
>> required patching clang and llvm and working around misc problems I
>> don't qu