[Mingw-w64-public] [PATCH] crt: Add winbrand import library

2024-10-12 Thread Biswapriyo Nath
This is not present in official SDK but was asked in a GitHub issue. From af209c11870b51062f2bdf930017eba9e560b85b Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 12 Oct 2024 15:48:44 + Subject: [PATCH] crt: Add winbrand import library Fixes https://github.com/mingw-w64/mingw-w64/is

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] Use gitattributes to force LF line endings on shell scripts

2024-10-12 Thread LIU Hao
在 2024-10-10 18:03, Antonin Décimo 写道: Are you disagreeing about the default autocrlf setting, or about forcing LF on shell scripts? I don't have a strong opinion on the autocrlf setting. I think that `core.autocrlf=input` should be default. I do have a strong opinion on forcing LF on shell