Re: [Mingw-w64-public] [PATCH] headers: Add new symbols in windot11.h

2023-08-13 Thread LIU Hao
在 2023-08-12 13:52, Biswapriyo Nath 写道: From 87cbda7424ab19ae3038bee35f865df7b11b4fd9 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 12 Aug 2023 11:19:31 +0530 Subject: [PATCH] headers: Add new symbols in windot11.h Signed-off-by: Biswapriyo Nath ---

Re: [Mingw-w64-public] [PATCH v2 2/2] headers: use inline version of RtlSecureZeroMemory for UCRT builds

2023-08-13 Thread LIU Hao
在 2023-08-09 17:44, Steve Lhomme 写道: There's an intrinsic version in the kernel32 library. But it's not supposed to be used with UCRT builds. RtlSecureZeroMemory is not found in -O0 + UCRT builds without this fix. In the Windows SDK it's a forced inline version no matter what. (and there's an

Re: [Mingw-w64-public] [PATCH v2 2/2] headers: use inline version of RtlSecureZeroMemory for UCRT builds

2023-08-13 Thread LIU Hao
在 2023-08-09 17:44, Steve Lhomme 写道: There's an intrinsic version in the kernel32 library. But it's not supposed to be used with UCRT builds. RtlSecureZeroMemory is not found in -O0 + UCRT builds without this fix. In the Windows SDK it's a forced inline version no matter what. (and there's an