commit | 44fb800426f5d4d9dd85086c12167f21fee2859f | [log] [tgz] |
---|---|---|
author | Steve Lhomme <robux4@ycbcr.xyz> | Wed Aug 09 11:44:51 2023 +0200 |
committer | LIU Hao <lh_mouse@126.com> | Sun Aug 13 17:27:34 2023 +0800 |
tree | 70b63014d9389c6a9e898923ee6c74242b6b7b37 | |
parent | df20608125d60417005ce7e41a9d9acac0e563d8 [diff] |
headers: allow RtlSecureZeroMemory in all targets It's usually an inline function doing native CPU calls. It's also unrestricted in the Windows SDK since Windows 8, as well as SecureZeroMemory. Signed-off-by: LIU Hao <lh_mouse@126.com>