20 Aug
2023
20 Aug
'23
6:57 p.m.
From: Etaash Mathamsetty <etaash.mathamsetty(a)gmail.com> --- dlls/ntdll/unix/loader.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dlls/ntdll/unix/loader.c b/dlls/ntdll/unix/loader.c index 8d5fc79895c..01e2aa497a6 100644 --- a/dlls/ntdll/unix/loader.c +++ b/dlls/ntdll/unix/loader.c @@ -1799,8 +1799,7 @@ NTSTATUS load_main_exe( const WCHAR *dos_name, const char *unix_name, const WCHA failed: MESSAGE( "wine: failed to open %s: %x\n", unix_name ? debugstr_a(unix_name) : debugstr_w(dos_name), status ); - NtTerminateProcess( GetCurrentProcess(), status ); - return status; /* unreached */ + return status; } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3615