Re: ntdll: Do not perform base relocation if an image is not a DLL. Take 2

2008-01-17 Thread Paul Chitescu
Dmitry, IMHO it doesn't worth to the to relocate EXEs since virtually none are providing relocation records. Any operating system that can't allocate memory at low virtual addresses won't be able to run any Windows application newer than about 13 years (that is, all of interess). EXEs were rel

Re: ntdll: Do not perform base relocation if an image is not a DLL

2008-01-16 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > Hello, > > this patch fixes the problem reported in the bug 11170. It appears that > LoadLibrary in Windows doesn't attempt to relocate .exe files. > > Changelog: > ntdll: Do not perform base relocation if an imag