Mach-O Support for imageSize in NtHeader

Alexandre Julliard julliard at winehq.org
Mon Nov 24 14:11:16 CST 2003


"Pierre d'Herbemont" <stegefin at free.fr> 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 needed function. But should it be
> done this way?

No, the static char _end[] thing should be enough, you don't have to
store anything in there (which won't do what you want anyway). The
only thing that matters is the address of the _end symbol.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list