"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 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
[EMAIL PROTECTED]

Reply via email to