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

2022-01-06 Thread LIU Hao
在 1/7/22 11:45 AM, Biswapriyo Nath 写道: The interface declaration should be added in IDL file. Header files are generated from IDL files using widl tool. Yes. Please remove hunks for generate files. -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signature

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

2022-01-06 Thread Biswapriyo Nath
The interface declaration should be added in IDL file. Header files are generated from IDL files using widl tool. On Thu, Jan 6, 2022 at 10:20 PM Tom Ritter wrote: > > > ___ > Mingw-w64-public mailing list > Mingw-w64-public@lists.sourceforge.net > http

Re: [Mingw-w64-public] [PATCH] crt: Fix libcrtdll.a import library

2022-01-06 Thread Martin Storsjö
Hi, On Sun, 2 Jan 2022, Pali Rohár wrote: mingw-w64-crt/Makefile.am| 18 - mingw-w64-crt/crt/crtdll_32_compat.c | 100 +++ mingw-w64-crt/lib-common/crtdll.mri | 1 + 3 files changed, 117 insertions(+), 2 deletions(-) create mode 100644 mingw-w64-crt/crt/

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

2022-01-06 Thread Tom Ritter
From a0788a96d75cb46ab813d4e7984f3d3a133f128f Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Wed, 5 Jan 2022 22:32:47 -0500 Subject: [PATCH] Add IVirtualDesktopManager --- mingw-w64-headers/include/shobjidl.h | 138 + mingw-w64-headers/include/shobjidl.idl | 11 ++ 2