> 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
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
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
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