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

2021-06-28 Thread LIU Hao
在 6/29/21 2:42 AM, Biswapriyo Nath 写道: Interesting, gcc does not show any error with that change. Patch updated. Thanks for the update. Pushed to master. If the two macro definitions expand to identical sequences of tokens, then it's fine and GCC should accept it. -- Best regards, LIU

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

2021-06-28 Thread Biswapriyo Nath
Interesting, gcc does not show any error with that change. Patch updated. From 6d0e9b120280be3978688b7b42962f80d665a087 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 29 Jun 2021 00:09:31 +0530 Subject: [PATCH] headers: Add missing names in wininet.h Signed-off-by: Biswapriyo Nath

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

2021-06-28 Thread LIU Hao
在 2021-06-27 23:56, Biswapriyo Nath 写道: + +#define INTERNET_OPTION_TOKEN_BINDING_PUBLIC_KEY 181 + +#define INTERNET_OPTION_COOKIES_SAME_SITE_LEVEL 187 + +#define INTERNET_OPTION_ENABLE_REDIRECT_CACHE_READ 122 + `INTERNET_OPTION_ENABLE_REDIRECT_CACHE_READ` is duplicated here. Others parts look

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

2021-06-27 Thread Biswapriyo Nath
From 93db93c912ab8a120766cbf8470aed6b2c207cef Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 27 Jun 2021 21:25:27 +0530 Subject: [PATCH] headers: Add missing names in wininet.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/wininet.h | 100 +++-