Added missing _snprintf define.

This commit is contained in:
Armin Novak 2015-12-09 18:27:05 +01:00
parent 17a1127341
commit a04f1f8fc5
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ WINPR_API int lstrcmpW(LPCWSTR lpString1, LPCWSTR lpString2);
#endif
#define sprintf_s snprintf
#define _snprintf snprintf
#define _scprintf(_fmt, ...) snprintf(NULL, 0, _fmt, ## __VA_ARGS__)
#define _scprintf(_fmt, ...) snprintf(NULL, 0, _fmt, ## __VA_ARGS__)