commit | 2a7e9255dfe46be06cd45bce91c5aa2e8bc1be25 | [log] [tgz] |
---|---|---|
author | Steve Lhomme <robux4@ycbcr.xyz> | Wed Aug 09 11:44:52 2023 +0200 |
committer | LIU Hao <lh_mouse@126.com> | Sun Aug 13 17:34:20 2023 +0800 |
tree | 621b26cb9f5e94849cab586f50d6022f15b4b23f | |
parent | 3aec83545322d04b5d3c49fce8bf167836350b13 [diff] |
headers: use inline version of RtlSecureZeroMemory for UCRT builds 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 ARM version) Signed-off-by: LIU Hao <lh_mouse@126.com>