ntdll: loader.c prevent accidental calls of entry point during dll events(resend)

James Hawkins truiken at gmail.com
Mon Oct 1 20:28:56 CDT 2007


On 9/30/07, EA Durbin <ead1234 at hotmail.com> wrote:
>
> Patch by Anastacious Focht
>
> The last one I submitted had a typo.
>

-    if (nt->FileHeader.Characteristics & IMAGE_FILE_DLL)
+    /* do not setup entry point if kernel driver */
+    if( !(

Don't change the style (space after opening parenthesis).

-- 
James Hawkins



More information about the wine-devel mailing list