diff --git a/source/lib/secure_crt.h b/source/lib/secure_crt.h index e6cbf02b71..76f2ffd257 100644 --- a/source/lib/secure_crt.h +++ b/source/lib/secure_crt.h @@ -81,6 +81,7 @@ extern errno_t fopen_s(FILE** pfile, const char* filename, const char* mode); extern errno_t _wfopen_s(FILE** pfile, const wchar_t* filename, const wchar_t* mode); #define fscanf_s fscanf +#define sscanf_s sscanf #endif // #if EMULATE_SECURE_CRT #endif // #ifndef INCLUDED_SECURE_CRT