Skip to content
Snippets Groups Projects
Commit d9f8bd95 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard
Browse files

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: default avatarPiotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 17ac5ba7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment