Re: [Mingw-w64-public] [PATCH] Header Additions

2019-12-06 Thread Jacek Caban
Hi Tom, Patches look good, I pushed them. Thanks, Jacek On 12/3/19 10:57 PM, Tom Ritter wrote: Okay, the attached fixes that issue, I think this is ready now. -tom On Tue, 3 Dec 2019 at 12:46, Tom Ritter wrote: Hm. I haven't debugged this yet; but apparently something is still missing:

Re: [Mingw-w64-public] [PATCH] Header Additions

2019-12-03 Thread Tom Ritter
Okay, the attached fixes that issue, I think this is ready now. -tom On Tue, 3 Dec 2019 at 12:46, Tom Ritter wrote: > > Hm. I haven't debugged this yet; but apparently something is still missing: > > > lld-link: error: undefined symbol: > >

Re: [Mingw-w64-public] [PATCH] Header Additions

2019-12-03 Thread Tom Ritter
Hm. I haven't debugged this yet; but apparently something is still missing: > lld-link: error: undefined symbol: > __Z14__mingw_uuidofI26IDCompositionDesktopDeviceERK5_GUIDv (and more) -tom On Tue, 3 Dec 2019 at 04:59, Tom Ritter wrote: > > Attached is a correct patch (hopefully I didn't miss

Re: [Mingw-w64-public] [PATCH] Header Additions

2019-12-02 Thread Tom Ritter
Attached is a correct patch (hopefully I didn't miss anything again...) On Tue, 3 Dec 2019 at 04:26, Biswapriyo Nath wrote: > > In patch file: > > 1. File modes are changed to 755. > 2. Extra spaces in typedefs at first, enums at last. > > > ___ >

Re: [Mingw-w64-public] [PATCH] Header Additions

2019-12-02 Thread Biswapriyo Nath
In patch file: 1. File modes are changed to 755. 2. Extra spaces in typedefs at first, enums at last. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH] Header Additions

2019-12-02 Thread Tom Ritter
The attached additions are needed for Firefox; some new interfaces, constants, etc. -tom From aeb22c3a17cc5d6eb043385f87e3f3c2081d7fc9 Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Thu, 28 Nov 2019 22:20:28 -0600 Subject: [PATCH] Add interfaces to dcomp.h, two constants to dcomptypes.h,