Re: [Mingw-w64-public] [PATCH] wtypes.h: replace #include <...> with #include "..." for rpc

2022-01-17 Thread LIU Hao
在 1/18/22 12:11 AM, Jacek Caban 写道: Not really, the file is generated from wtypes.idl, which is not shared with Wine. It, however, requires widl change, and widl is shared with Wine. Ah thanks for pointing this out. I only had a look at the commit history of 'wtypes.h' without looking at

Re: [Mingw-w64-public] [PATCH] Add IVirtualDesktopManager interface

2022-01-17 Thread Jacek Caban
On 1/11/22 16:43, LIU Hao wrote: 在 2022-01-11 03:29, Tom Ritter 写道: I've changed BOOL -> WINBOOL (although this is the only use of WINBOOL in the file) -tom Thanks for the patch. I pushed it to master now. Use of `WINBOOL` instead of `BOOL` (which is a typedef for `bool` in objc) is m

Re: [Mingw-w64-public] [PATCH] wtypes.h: replace #include <...> with #include "..." for rpc

2022-01-17 Thread Jacek Caban
On 1/14/22 02:29, LIU Hao wrote: 在 1/13/22 10:07 PM, Jonathan Marler 写道: Been 3 months since my last email, what's going on with this? On Tue, Oct 19, 2021 at 11:03 PM Jonathan Marler wrote: Jacek were you able to forward this discussion to Wine?  If so do you have a link to that discussi

[Mingw-w64-public] [PATCH] headers: Use oleacc.dll.tlb for oleacc typelib.

2022-01-17 Thread Jacek Caban
Signed-off-by: Jacek Caban --- It's needed due to importlib handling changes in recent widl. mingw-w64-headers/Makefile.am| 2 +- mingw-w64-headers/tlb/{oleacc.idl => oleacc.dll.idl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename mingw-w64-headers/tlb/{oleac

Re: [Mingw-w64-public] [PATCH 1/2] crt: Add fallback _vscprintf() implementation

2022-01-17 Thread Jacek Caban
On 1/16/22 23:51, Martin Storsjö wrote: On Sat, 15 Jan 2022, Pali Rohár wrote: In attachment are updated patches which adds these redirects and usage of F_NON_I386() macro. With these redirects it is possible to compile target mingw applications also with those gcc linker flags -Wl,--disable-au