ntdll: Add '-norelay' flag for _vsnprintf().

Otherwise for instance +relay,+ver log has ver: traces completely messed up.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Dmitry Timoshkov 2019-07-01 17:21:25 +08:00 committed by Alexandre Julliard
parent e4e7e956bd
commit 84a46a27e7
1 changed files with 1 additions and 1 deletions

View File

@ -1419,7 +1419,7 @@
@ cdecl _ui64tow(int64 ptr long)
@ cdecl _ultoa(long ptr long)
@ cdecl _ultow(long ptr long)
@ cdecl _vsnprintf(ptr long str ptr) NTDLL__vsnprintf
@ cdecl -norelay _vsnprintf(ptr long str ptr) NTDLL__vsnprintf
@ cdecl _vsnwprintf(ptr long wstr ptr) NTDLL__vsnwprintf
@ cdecl _wcsicmp(wstr wstr) NTDLL__wcsicmp
@ cdecl _wcslwr(wstr) NTDLL__wcslwr