mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-12-26 11:30:03 +05:30
safe_mem.h: fix the condition of memset_s
availability
This commit is contained in:
parent
429d34fdff
commit
0f40878fbb
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
# define secure_erase SecureZeroMemory
|
# define secure_erase SecureZeroMemory
|
||||||
#elif defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L)
|
#elif __STDC_LIB_EXT1__
|
||||||
# define NO_SECURE_ERASE_WARRANTY 0
|
# define NO_SECURE_ERASE_WARRANTY 0
|
||||||
# define SECURE_ERASE_WARRANTY "C11+: memset_s"
|
# define SECURE_ERASE_WARRANTY "C11+: memset_s"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user