Re: [Mingw-w64-public] How do i use IAsyncOperation and AsyncActionCompletedHandler?

2019-12-30 Thread LRN
On 30.12.2019 9:46, Biswapriyo Nath wrote: > What do you want to do with that program? > Get a list of UWP applications available to the user that runs it. signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mingw-w

Re: [Mingw-w64-public] [PATCH] crt: move mfreadwrite to lib-common

2019-12-30 Thread Martin Storsjö
On Mon, 30 Dec 2019, Liu Hao wrote: 在 2019/12/30 21:23, Biswapriyo Nath 写道: ... Thanks. I pushed this one. (It seems a bit strange to me that this was only available for ARM32. The DEF file could have been reused for x64 and AArch64 verbatim at least.) That's exactly what this patch do

Re: [Mingw-w64-public] [PATCH] crt: move mfreadwrite to lib-common

2019-12-30 Thread Liu Hao
在 2019/12/30 21:23, Biswapriyo Nath 写道: > ... > > > Thanks. I pushed this one. (It seems a bit strange to me that this was only available for ARM32. The DEF file could have been reused for x64 and AArch64 verbatim at least.) -- Best regards, LH_Mouse __

[Mingw-w64-public] [PATCH] crt: move mfreadwrite to lib-common

2019-12-30 Thread Biswapriyo Nath
... From 163480f845eb8b264a2e638c274246d89aa48e02 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 30 Dec 2019 18:50:41 +0530 Subject: [PATCH] crt: move mfreadwrite to lib-common Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/{libarm32 => lib-common}/mfreadwrite.def | 5 - mingw-

[Mingw-w64-public] Import library for mfreadwrite.dll

2019-12-30 Thread Richard Copley
It would be good if you could add an import library for "mfreadwrite.dll" to the distribution. (There is already a header file, "mfreadwrite.h".) The import library can be generated like this: gendef -a - c:/Windows/System32/mfreadwrite.dll >mfreadwrite.def dlltool -k --output-lib libmfreadwrite.a