Re: [Mingw-w64-public] [PATCH] make dsparse library common

2022-02-09 Thread LIU Hao
在 2022-01-13 22:07, Jonathan Marler 写道: It's been 3 months since the last email on this thread but the patch hasn't been integrated, what's the status? I don't see the import library for DSPARSE.DLL from Windows SDK, so I wonder whether any projects need it. There was also a problem in your

Re: [Mingw-w64-public] [PATCH] make dsparse library common

2022-01-13 Thread Jonathan Marler
It's been 3 months since the last email on this thread but the patch hasn't been integrated, what's the status? On Tue, Oct 19, 2021 at 11:01 PM Jonathan Marler wrote: > > Just wondering. Is libdsparse.a actually required in a project? I > > None that I know of, except for my win32metadata proj

Re: [Mingw-w64-public] [PATCH] make dsparse library common

2021-10-19 Thread Jonathan Marler
> Just wondering. Is libdsparse.a actually required in a project? I None that I know of, except for my win32metadata projection that ensures I can link to all the libraries on Windows with all the functions/libraries that are declared in the win32metadata. On Mon, Oct 11, 2021 at 11:33 PM Biswa

Re: [Mingw-w64-public] [PATCH] make dsparse library common

2021-10-11 Thread Biswapriyo Nath
Just wondering. Is libdsparse.a actually required in a project? I cherry pick some of the APIs mentioned in dsparse.def file and MS Docs[1] suggests to use ntdspapi instead. [1]: https://docs.microsoft.com/en-us/windows/win32/api/dsparse/ ___ Mingw-w64

[Mingw-w64-public] [PATCH] make dsparse library common

2021-10-11 Thread Jonathan Marler
I've included the patch in the body of this email, but I'm using a webclient which can trample the whitespace so I've also included the patch as an attachment. >From db50bba6b5fa5492292da7c152d001f8d62b7246 Mon Sep 17 00:00:00 2001 From: Jonathan Marler Date: Mon, 11 Oct 2021 11:07:09 -0600 Subj