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

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

2022-01-11 Thread LIU Hao
在 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 mandatory for new stuff. There may

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

2022-01-10 Thread Tom Ritter
I've changed BOOL -> WINBOOL (although this is the only use of WINBOOL in the file) -tom On Fri, 7 Jan 2022 at 23:25, Biswapriyo Nath wrote: > > Replace BOOL with WINBOOL. From 1e194838686c2db26d120ff6c024ee349df0fbf7 Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Fri, 7 Jan 2022 10:52:40

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

2022-01-07 Thread LIU Hao
在 1/7/22 11:54 PM, Tom Ritter 写道: I've attached a patch of just the idl file. I had generated the .h file from the idl file using the widl in-tree; but if the generated file is not updated in this patch; when is it updated? The person who commits the patch will does that for you. This may

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

2022-01-07 Thread Biswapriyo Nath
Replace BOOL with WINBOOL. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

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

2022-01-07 Thread Tom Ritter
I've attached a patch of just the idl file. I had generated the .h file from the idl file using the widl in-tree; but if the generated file is not updated in this patch; when is it updated? On Fri, 7 Jan 2022 at 00:35, LIU Hao wrote: > > 在 1/7/22 11:45 AM, Biswapriyo Nath 写道: > > The interface

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 >