Sweden-Number/dlls/msvcp90
Piotr Caban d9f8bd9505 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>
2015-10-30 15:07:40 +09:00
..
tests
Makefile.in
cxx.h
exception.c
ios.c msvcp120: Fix tr2::sys::__Statvfs header for gcc. 2015-10-30 15:07:40 +09:00
locale.c msvcp90: Implement time_get<char> ctors and dtors (Valgrind). 2015-07-16 19:24:11 +09:00
math.c msvcp: Add _Exp implementation. 2015-10-02 15:38:54 +09:00
memory.c
misc.c msvcp120: Implement _Thrd_equal/lt. 2015-10-29 21:20:09 +09:00
msvcp90.h
msvcp90.spec msvcp: Add _Exp implementation. 2015-10-02 15:38:54 +09:00
msvcp_main.c
string.c