"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes:
> To support this, we need a bit of an interface change to
> winebuild. I've put together a simple patch to see if you
> are OK with such a change. If so, I'll finish it, and
> modify winegcc accordingly.
Looks good to me.
--
Alexandre Julliard
[EM
Hi Alexandre,
Ivan found that on Windows .exe's can export functions, just
like DLLs. He needs this for his work on ntoskrnl.exe.
To support this, we need a bit of an interface change to
winebuild. I've put together a simple patch to see if you
are OK with such a change. If so, I'll finish it, an