Win32: Replace strncpy by strncpy_s

This commit is contained in:
Calcitem 2021-01-10 20:28:18 +08:00
parent fae335dc72
commit 0dd4a5e7e2
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@
//#define ALIGNED_LARGE_PAGES
#ifdef WIN32
#define strncpy strncpy_s
#define sscanf sscanf_s
#define sprintf sprintf_s
#endif