diff options
author | lloyd <[email protected]> | 2015-01-07 12:59:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-01-07 12:59:33 +0000 |
commit | 5fd3c7adffa9fe705e493f81def04d9d57db4442 (patch) | |
tree | 85c7c6056b0d6c2b3dd77678f36e4ed9911ccfa9 /src/build-data/os/windows.txt | |
parent | 4903ac8b8724718c5b8aa96a10ec0c83277df016 (diff) |
Use RtlSecureZeroMemory or memset_s if available
Diffstat (limited to 'src/build-data/os/windows.txt')
-rw-r--r-- | src/build-data/os/windows.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/os/windows.txt b/src/build-data/os/windows.txt index 5afd2596b..3ac33a6ae 100644 --- a/src/build-data/os/windows.txt +++ b/src/build-data/os/windows.txt @@ -16,6 +16,7 @@ gmtime_s loadlibrary query_perf_counter virtual_lock +rtlsecurezeromemory </target_features> <aliases> |