win32: 将 sscanf 用 sscanf_s 替代

This commit is contained in:
CalciteM Team 2019-08-18 12:33:30 +08:00
parent cb19750a96
commit 50f2530050
1 changed files with 4 additions and 0 deletions

View File

@ -134,4 +134,8 @@
// 不使用哈希桶
#define DISABLE_HASHBUCKET
#ifdef WIN32
#define sscanf sscanf_s
#endif
#endif // CONFIG_H