Alexandre Julliard : kernel32: Disable relay trace for __wine_start_process().

Alexandre Julliard julliard at winehq.org
Fri Dec 13 15:27:20 CST 2019


Module: wine
Branch: master
Commit: 4cb8497c8fba7e99138dc3fcb45cb4a22063f0c5
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4cb8497c8fba7e99138dc3fcb45cb4a22063f0c5

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Dec 13 08:37:12 2019 +0100

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 at winehq.org>

---

 dlls/kernel32/kernel32.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/kernel32.spec b/dlls/kernel32/kernel32.spec
index 5ba9729086..408ea41540 100644
--- a/dlls/kernel32/kernel32.spec
+++ b/dlls/kernel32/kernel32.spec
@@ -1686,4 +1686,4 @@
 @ cdecl wine_get_dos_file_name(str)
 
 # Init code
-@ cdecl __wine_start_process()
+@ cdecl -norelay -private __wine_start_process()




More information about the wine-cvs mailing list