mirror of
				https://gitlab.com/80486DX2-66/gists
				synced 2025-05-31 08:31:41 +05:30 
			
		
		
		
	safe_mem.h: fix the condition of memset_s availability
				
					
				
			This commit is contained in:
		@@ -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"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user