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
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
math.c
memory.c
misc.c
msvcp90.h
msvcp90.spec
msvcp_main.c
string.c