mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed macro declaration
This commit is contained in:
@@ -153,7 +153,7 @@ WINPR_API int lstrcmpW(LPCWSTR lpString1, LPCWSTR lpString2);
|
||||
#endif
|
||||
|
||||
#define sprintf_s snprintf
|
||||
#define _scprintf(_fmt, …) snprintf(NULL, 0, _fmt, ## __VAR_ARGS__)
|
||||
#define _scprintf(_fmt, ...) snprintf(NULL, 0, _fmt, ## __VA_ARGS__)
|
||||
|
||||
/* Unicode Conversion */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user