From 7e86c9d3dd38931c78571f929656616b3020d704 Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Sun, 18 Feb 2018 10:52:03 -0600 Subject: [PATCH] ntdll-CLI_Images: Fix patch formatting. --- ...dll-Load-CLI-.NET-images-in-the-same-way-as-Window.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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