msvcp120: Fix tr2::sys::__Statvfs header for gcc.
commitd9f8bd9505fe4a55ae94fca14dc8f8fbf1bcbdf2
authorPiotr Caban <piotr@codeweavers.com>
Thu, 29 Oct 2015 16:58:12 +0000 (29 17:58 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 30 Oct 2015 06:07:40 +0000 (30 15:07 +0900)
tree365fb99a9467778a56bf1e39c924a72b72060a00
parent17ac5ba7f9909bfbd3c80c87a077f72ef4c1d19b
msvcp120: Fix tr2::sys::__Statvfs header for gcc.

__cdecl calling convention is not compatible between Visual C++ and GCC
when return is made in memory. In GCC callee pops the hidden argument
while in Visual C++ it's done by caller.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcp110/msvcp110.spec
dlls/msvcp120/msvcp120.spec
dlls/msvcp120/tests/msvcp120.c
dlls/msvcp120_app/msvcp120_app.spec
dlls/msvcp90/ios.c