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

2007-10-03 Thread James Hawkins
On 10/3/07, Peter Beutner <[EMAIL PROTECTED]> wrote: > Juan Lang schrieb: > > 2. Mr. Focht's contributions are valuable for understanding what MS is > > up to from time to time, but he does use a disassembler, and that's > > not allowed from Wine contributors. > > > > That's funny, where wine even

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

2007-10-03 Thread Peter Beutner
Juan Lang schrieb: > 2. Mr. Focht's contributions are valuable for understanding what MS is > up to from time to time, but he does use a disassembler, and that's > not allowed from Wine contributors. > That's funny, where wine even includes its own disassembler. Or is winedbg going to be removed

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

2007-10-02 Thread Juan Lang
On 10/1/07, James Hawkins <[EMAIL PROTECTED]> wrote: > On 9/30/07, EA Durbin <[EMAIL PROTECTED]> wrote: > > > > Patch by Anastacious Focht While we're at it, we won't accept any patches from Anastasius Focht (note the name is misspelled.) There are two reasons: 1. That name is a pseudonym, and we

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

2007-10-01 Thread James Hawkins
On 9/30/07, EA Durbin <[EMAIL PROTECTED]> 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 parenth