Re: Mach-O Support for imageSize in NtHeader

2003-11-25 Thread Pierre d'Herbemont
On 24 nov. 03, at 21:11, Alexandre Julliard wrote: "Pierre d'Herbemont" <[EMAIL PROTECTED]> writes: Here is my second try for a replacement of the _end symbol. I think that since there is no support of it we need a kind of emulation function, which I thought should be located in the wine_port lib

Re: Mach-O Support for imageSize in NtHeader

2003-11-24 Thread Alexandre Julliard
"Pierre d'Herbemont" <[EMAIL PROTECTED]> writes: > Here is my second try for a replacement of the _end symbol. I think > that since there is no support of it we need a kind of emulation > function, which I thought should be located in the wine_port lib. So I > add a mach-o.c port file, with the ne