diff --git a/patches/ntdll-CLI_Images/0001-ntdll-Load-CLI-.NET-images-in-the-same-way-as-Window.patch b/patches/ntdll-CLI_Images/0001-ntdll-Load-CLI-.NET-images-in-the-same-way-as-Window.patch index 013a738b..40581e85 100644 --- a/patches/ntdll-CLI_Images/0001-ntdll-Load-CLI-.NET-images-in-the-same-way-as-Window.patch +++ b/patches/ntdll-CLI_Images/0001-ntdll-Load-CLI-.NET-images-in-the-same-way-as-Window.patch @@ -167,7 +167,7 @@ index cdf8d586c36..fa66c4c40d2 100644 if (wm->ldr.TlsIndex != -1) call_tls_callbacks( wm->ldr.BaseAddress, reason ); if (!entry || !(wm->ldr.Flags & LDR_IMAGE_IS_DLL)) return STATUS_SUCCESS; -@@ -3329,11 +3449,17 @@ void WINAPI LdrInitializeThunk( void *ke +@@ -3329,12 +3449,17 @@ void WINAPI LdrInitializeThunk( void *ke debugstr_w(peb->ProcessParameters->ImagePathName.Buffer), status ); NtTerminateProcess( GetCurrentProcess(), status ); } @@ -184,7 +184,7 @@ index cdf8d586c36..fa66c4c40d2 100644 - server_init_process_done(); + server_init_process_done(); } - - + + -- 2.14.1