[Mingw-w64-public] [PATCH] headers: Add mmddk.h file.

2020-12-20 Thread Biswapriyo Nath
From 31560b9bdb927b5e545d93b0bbd8bb4d47d5ce8c Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 21 Dec 2020 00:48:13 +0530 Subject: [PATCH] headers: Add mmddk.h file. Required for libdshowcapture https://github.com/obsproject/libdshowcapture.git Signed-off-by: Biswapriyo Nath ---

Re: [Mingw-w64-public] [PATCH] widl: Patch imported wine headers to fix compilation with gcc for aarch64

2020-12-20 Thread Jacek Caban
Hi Martin, On 20.12.2020 10:14, Martin Storsjö wrote: diff --git a/mingw-w64-tools/widl/include/windef.h b/mingw-w64-tools/widl/include/windef.h index b8e5ed692..a7dd5ce6a 100644 --- a/mingw-w64-tools/widl/include/windef.h +++ b/mingw-w64-tools/widl/include/windef.h @@ -74,7 +74,7 @@ extern

Re: [Mingw-w64-public] [PATCH] headers: Import mfreadwrite.idl from Wine.

2020-12-20 Thread Jacek Caban
Hi Biswapriyo, Looks good, I pushed it. Thanks, Jacek ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] windows.ui.notifications and Spellcheck.h

2020-12-20 Thread Zach Bacon
So currently, the code isn't hooked up to meson just yet, it's only compilable under visual studio and the default notification plugin that currently works is the plain windows one instead of the winrt one, I'm kinda doing a soft fork for now, and yeah, I kinda noticed there was a bunch of idl

Re: [Mingw-w64-public] [PATCH] include/intrin: Implement `_rot{l, r}{8, 16}` functions

2020-12-20 Thread Liu Hao
在 2020/12/20 2:22, Jacek Caban 写道: > > > The patch looks good to me. > > Thanks; I pushed this one. -- Best regards, LH_Mouse signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list

[Mingw-w64-public] [PATCH] widl: Patch imported wine headers to fix compilation with gcc for aarch64

2020-12-20 Thread Martin Storsjö
Wine itself requires clang for aarch64, to get proper ABI compatibility. The widl tool imports some such headers, but support for the proper calling convention (for variadic functions) isn't needed for widl. Signed-off-by: Martin Storsjö --- Properly upstreamable alternatives are welcome too.