Re: [Mingw-w64-public] [PATCH] headers: Add missing names in windns.h

2021-12-02 Thread JonY via Mingw-w64-public
On 12/3/21 06:50, JonY wrote: On 12/3/21 05:57, Biswapriyo Nath wrote: mingw-w64-headers/include/gdiplus/gdiplusgraphics.h.gch file appeared from nowhere. Adding *.gch in .gitignore may help. I will do a force push to remove it. Looks like I can't force a push with sourceforge, I'll just r

Re: [Mingw-w64-public] [PATCH] headers: Add missing names in windns.h

2021-12-02 Thread JonY via Mingw-w64-public
On 12/3/21 05:57, Biswapriyo Nath wrote: mingw-w64-headers/include/gdiplus/gdiplusgraphics.h.gch file appeared from nowhere. Adding *.gch in .gitignore may help. I will do a force push to remove it. ___ Mingw-w64-public mailing list Mingw-w64-publ

Re: [Mingw-w64-public] [PATCH] headers: Add missing names in windns.h

2021-12-02 Thread Biswapriyo Nath
mingw-w64-headers/include/gdiplus/gdiplusgraphics.h.gch file appeared from nowhere. Adding *.gch in .gitignore may help. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-publ

Re: [Mingw-w64-public] [PATCH] headers: Add missing names in windns.h

2021-12-02 Thread LIU Hao
在 12/3/21 2:23 AM, Biswapriyo Nath 写道: Thanks for the explanation. Yeah, that looks fine to me. Here is the patch with that fix. Thanks for the update. I pushed this one to master. -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signature _

Re: [Mingw-w64-public] [PATCH] Add status and error codes for case sensitive dirs

2021-12-02 Thread JonY via Mingw-w64-public
On 12/2/21 16:50, Corinna Vinschen wrote: Removing the "case-sensitive" flag from a directory containing files which only differ by case (e.g. "foo" and "Foo") is refused with the status code STATUS_CASE_DIFFERING_NAMES_IN_DIR. This patch adds the status code and it's Windows subsystem error co

Re: [Mingw-w64-public] [PATCH] headers: Add missing names in windns.h

2021-12-02 Thread Biswapriyo Nath
Thanks for the explanation. Yeah, that looks fine to me. Here is the patch with that fix. From b781d872e7bcc85b2892faed6198ff6c30cccb0c Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 2 Dec 2021 23:51:31 +0530 Subject: [PATCH] headers: Add missing names in windns.h Signed-off-by: Biswap

[Mingw-w64-public] [PATCH] Add status and error codes for case sensitive dirs

2021-12-02 Thread Corinna Vinschen
Removing the "case-sensitive" flag from a directory containing files which only differ by case (e.g. "foo" and "Foo") is refused with the status code STATUS_CASE_DIFFERING_NAMES_IN_DIR. This patch adds the status code and it's Windows subsystem error code. Signed-off-by: Corinna Vinschen --- m

Re: [Mingw-w64-public] [PATCH 2/2] Add other defines to ks.h

2021-12-02 Thread LIU Hao
在 2021-11-12 11:58, Tom Ritter 写道: Sorry about that! If you think it necessary to adjust spacing or casing, please remove such changes and send them as a separate patch. -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signature ___

Re: [Mingw-w64-public] [PATCH] headers: Add missing names in windns.h

2021-12-02 Thread LIU Hao
在 2021-12-02 03:47, Biswapriyo Nath 写道: + typedef struct _DNS_CONNECTION_PROXY_INFO { +DWORD Version; +WCHAR *pwszFriendlyName; +DWORD Flags; +DNS_CONNECTION_PROXY_INFO_SWITCH Switch; +__C89_NAMELESS union { + struct _DNS_CONNECTION_PROXY_INFO_CONFIG { +WCHAR *pw