From e1e9ba150ca5eb009d798d4ce0ca332e62816861 Mon Sep 17 00:00:00 2001 From: janwas Date: Mon, 7 Jan 2008 20:07:05 +0000 Subject: [PATCH] additional linux fix (hopefully): "add" sscanf_s This was SVN commit r5538. --- source/lib/secure_crt.h | 1 + 1 file changed, 1 insertion(+) 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