Sweden-Number/dlls/msvcrt
Ken Thomases d22058d1cb msvcrt: 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:41:57 +01:00
..
tests
Makefile.in
console.c
cpp.c
cppexcept.h
ctype.c
cxx.h msvcrt: Fix vtable alignment on macOS and certain non-x86 architectures. 2019-03-18 21:41:57 +01:00
data.c
dir.c
environ.c
errno.c
except.c
except_arm.c
except_arm64.c
except_i386.c
except_x86_64.c
exit.c
file.c
heap.c
locale.c
lock.c
main.c
math.c
mbcs.c
misc.c
msvcrt.h
msvcrt.spec
mtdll.h
printf.h
process.c
rsrc.rc
scanf.c
scanf.h
scheduler.c
string.c
thread.c
time.c
undname.c
wcs.c