Re: [Mingw-w64-public] [PATCH] crt: Add new APIs in cfgmgr32 import library

2024-10-12 Thread Biswapriyo Nath
I am using Windows 10 now*. You can check DLLs in various Windows 10/11 UUP files from you-know-where :) ___ 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] crt: Add new APIs in cfgmgr32 import library

2024-10-12 Thread LIU Hao
在 2024-10-10 23:05, Biswapriyo Nath 写道: I just copied the generated DEF. Should I create another commit to comment out those CMP_ functions? The 'P' in CMP_ probably means private. Does `CMP_UnregisterNotification` still exist on your machine? Both `CMP_RegisterNotification` and `CMP_Unregiste

Re: [Mingw-w64-public] [PATCH] crt: Add new APIs in cfgmgr32 import library

2024-10-11 Thread LIU Hao
在 2024-10-10 23:05, Biswapriyo Nath 写道: I just copied the generated DEF. Should I create another commit to comment out those CMP_ functions? The 'P' in CMP_ probably means private. I think we had better remove those unknown functions. The goal is to provide the same set of exported symbols as

Re: [Mingw-w64-public] [PATCH] crt: Add new APIs in cfgmgr32 import library

2024-10-10 Thread Biswapriyo Nath
I just copied the generated DEF. Should I create another commit to comment out those CMP_ functions? The 'P' in CMP_ probably means private. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/lis

Re: [Mingw-w64-public] [PATCH] crt: Add new APIs in cfgmgr32 import library

2024-10-10 Thread LIU Hao
在 2024-10-10 00:20, Biswapriyo Nath 写道: diff --git a/mingw-w64-crt/lib-common/cfgmgr32.def b/mingw-w64-crt/lib-common/cfgmgr32.def index 2d81a70..71e1226 100644 --- a/mingw-w64-crt/lib-common/cfgmgr32.def +++ b/mingw-w64-crt/lib-common/cfgmgr32.def @@ -7,8 +7,9 @@ LIBRARY "CFGMGR32.dll" EXPORT

[Mingw-w64-public] [PATCH] crt: Add new APIs in cfgmgr32 import library

2024-10-09 Thread Biswapriyo Nath
From 5a837cf11dce680077fd4b4b87f5f2d2820e70fd Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 9 Oct 2024 16:18:45 + Subject: [PATCH] crt: Add new APIs in cfgmgr32 import library Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib-common/cfgmgr32.def | 6 - mingw-w64-crt/lib