kernel32: Disable relay trace for __wine_start_process().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48273 Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
750d382f54
commit
4cb8497c8f
|
@ -1686,4 +1686,4 @@
|
||||||
@ cdecl wine_get_dos_file_name(str)
|
@ cdecl wine_get_dos_file_name(str)
|
||||||
|
|
||||||
# Init code
|
# Init code
|
||||||
@ cdecl __wine_start_process()
|
@ cdecl -norelay -private __wine_start_process()
|
||||||
|
|
Loading…
Reference in New Issue