msvcp90: Fix __cdecl functions definitions that returns structures

Alexandre Julliard julliard at winehq.org
Fri Jun 29 12:33:02 CDT 2012


Piotr Caban <piotr at codeweavers.com> writes:

> In code produced by gcc callee removes hidden return argument. In code
> produced by MS Visual Studio caller is responsible for removing the
> hidden argument.

That's only for structures larger than 8 bytes, which isn't the case at
least for _Getcoll. Some tests would probably be a good idea.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list