"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes:

> Now, before I go search for the ABI about returning
> small structures, can someone tell me if there is
> any way to maintain both source and binary compatibility?

The ABIs are different so you cannot directly use the same function in
both cases, but some clever macro hacks should be able to work around
that for the source case.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to