Sweden-Number/dlls/msvcp90
Ken Thomases 849daa9c85 msvcp90: Fix vtable alignment on macOS and certain non-x86 architectures.
On some platforms and architectures, the .align <n> directive aligns to 2^n
bytes, not n bytes.  The .balign <n> directive always aligns to n bytes.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-18 21:42:04 +01:00
..
tests msvcp90: Add time_get<char>::_Getint implementation. 2018-08-15 20:55:09 +02:00
Makefile.in
cxx.h msvcp90: Fix vtable alignment on macOS and certain non-x86 architectures. 2019-03-18 21:42:04 +01:00
exception.c msvcp140: Don't forward __ExceptionPtrCreate to msvcr120. 2019-02-28 21:37:30 +01:00
ios.c msvcp: Return ERROR_INVALID_PARAMETER on NULL input in _Copy_file. 2019-01-28 18:35:45 +01:00
locale.c msvcp90: Add missing break in time_get::do_get (coverity). 2018-11-26 12:20:42 +01:00
math.c
memory.c
misc.c msvcp90: Turn two static variables into constants. 2018-12-14 18:24:46 +01:00
msvcp90.h msvcp90: Add implementation of _Concurrent_vector_Internal_copy. 2018-08-14 12:22:24 +02:00
msvcp90.spec msvcp90: Add time_get<wchar> implementation. 2018-11-23 20:17:44 +01:00
msvcp_main.c msvcp140: Add __uncaught_exceptions implementation. 2018-03-20 23:20:04 +01:00
string.c msvcp90: Call invalid_parameter_handler on index out of range in basic_string::operator[]. 2017-05-07 16:19:51 -05:00