Re: ntdll: Don't cancel loading on IMAGE_FILE_RELOCS_STRIPPED

2010-09-07 Thread Greg Geldorp
> From: Paul Chitescu > > In a typical Win32 environment the executables don't have relocations since > they load at a fixed address. Old (Visual C 4.x and older) executables had > relocations so they could run on Win32s. Not all that relevant to the patch, but... Newer executables do tend to hav

Re: ntdll: Don't cancel loading on IMAGE_FILE_RELOCS_STRIPPED

2010-09-07 Thread Paul Chitescu
On Tuesday 07 September 2010 06:47:12 pm André Hentschel wrote: > Am 07.09.2010 17:27, schrieb Marcus Meissner: > > On Tue, Sep 07, 2010 at 04:37:49PM +0200, André Hentschel wrote: > >> give the file a try when it only links to ordinals instead of just > >> stopping execution here. --- > >> dlls/n

Re: ntdll: Don't cancel loading on IMAGE_FILE_RELOCS_STRIPPED

2010-09-07 Thread André Hentschel
Am 07.09.2010 17:27, schrieb Marcus Meissner: > On Tue, Sep 07, 2010 at 04:37:49PM +0200, André Hentschel wrote: >> give the file a try when it only links to ordinals instead of just stopping >> execution here. >> --- >> dlls/ntdll/virtual.c |4 >> 1 files changed, 0 insertions(+), 4 del

Re: ntdll: Don't cancel loading on IMAGE_FILE_RELOCS_STRIPPED

2010-09-07 Thread Marcus Meissner
On Tue, Sep 07, 2010 at 04:37:49PM +0200, André Hentschel wrote: > give the file a try when it only links to ordinals instead of just stopping > execution here. > --- > dlls/ntdll/virtual.c |4 > 1 files changed, 0 insertions(+), 4 deletions(-) > > diff --git a/dlls/ntdll/virtual.c b/dl