[Mingw-w64-public] [Missing API] C++ variants of wcstombs_s not present in stdlib_s.h

2021-03-04 Thread scr3amer
Hello again, I also noticed something in https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-headers/crt/sec_api/stdlib_s.h We are missing the C++ variants of the wcstombs functions that we can find here in MSDN: https://docs.microsoft.com/en-us/cpp/c-runtime-library/refer

[Mingw-w64-public] [Win32 API Signature Change] Discrepancy in API signature for SymLoadModule64

2021-03-04 Thread scr3amer
Hello everyone, It is the first time I involve myself in an open source community so sorry if I do something wrong. I noticed that there is a discrepancy between the API exposed by MinGW and the one in official Windows headers for the function SymLoadModule64. https://sourceforge.net/p/min

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

2021-03-04 Thread Liu Hao
在 2021-03-04 23:08, Biswapriyo Nath 写道: Patch update #1. Thanks for the update. I pushed this one. -- Best regards, Liu Hao OpenPGP_signature Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourcef

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

2021-03-04 Thread Biswapriyo Nath
Patch update #1. From dca2b1340a58fa39e1f4affc35b44e8fd52fe14d Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 3 Mar 2021 01:37:56 +0530 Subject: [PATCH] headers: Add missing names in sspi.h. Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/sspi.h | 294 +++

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

2021-03-04 Thread Liu Hao
在 2021/3/3 上午4:11, Biswapriyo Nath 写道: + typedef struct _SecPkgContext_Bindings { +unsigned long BindingsLength; Shouldn't this be `unsigned __LONG32` as well? -- Best regards, Liu Hao OpenPGP_signature Description: OpenPGP digital signature ___

Re: [Mingw-w64-public] [PATCH] headers/crt: Remove builtin crc32 function declaration.

2021-03-04 Thread Liu Hao
在 2021/3/4 下午3:12, Biswapriyo Nath 写道: Subject: [PATCH] headers/crt: Remove builtin crc32 function declaration. Because g++ shows those declarations as redundant. Revert of 7ae84a6139579752bf678c070763c01b673b4120 Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/crt/intrin.h | 3 --- 1 f