additional linux fix (hopefully): "add" sscanf_s

This was SVN commit r5538.
This commit is contained in:
janwas 2008-01-07 20:07:05 +00:00
parent a859562ea7
commit e1e9ba150c

View File

@ -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