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 msvcrt: Don't detect overflow in atol implementation. 2019-03-18 10:10:44 +01:00
Makefile.in
console.c
cpp.c
cppexcept.h
ctype.c msvcrt: Optimize toupper function when locale was never changed. 2019-01-23 17:41:54 +01:00
cxx.h msvcrt: Fix vtable alignment on macOS and certain non-x86 architectures. 2019-03-18 21:41:57 +01:00
data.c msvcrt: Change __getmainargs signature. 2019-02-15 15:07:03 +01:00
dir.c
environ.c msvcrt: Use correct locale when comparing strings in getenv. 2019-03-18 10:12:16 +01:00
errno.c
except.c
except_arm.c
except_arm64.c
except_i386.c
except_x86_64.c
exit.c msvcrt: Export onexit functions for compatibility with Mingw. 2018-12-14 18:24:46 +01:00
file.c msvcrt: Correctly set _stat64.st_dev fields in _wstat64. 2019-03-18 10:12:07 +01:00
heap.c
locale.c msvcrt: Optimize tolower function when locale was never changed. 2019-01-23 17:41:52 +01:00
lock.c
main.c
math.c ucrtbase: Add ilogb* functions. 2019-02-28 21:37:30 +01:00
mbcs.c msvcrt: Remove redundant not-NULL check (coccinellery). 2019-02-28 21:37:29 +01:00
misc.c
msvcrt.h msvcrt: Use correct locale when comparing strings in getenv. 2019-03-18 10:12:16 +01:00
msvcrt.spec msvcrt: Add _ismbcl2(). 2019-02-15 15:06:54 +01:00
mtdll.h
printf.h msvcrt: Use mbtowc/wctomb for string conversion in printf. 2019-02-15 15:06:28 +01:00
process.c msvcrt: Add some more MSVCRT prefixes to avoid conflicts with recent Mingw. 2018-12-14 18:24:46 +01:00
rsrc.rc
scanf.c
scanf.h
scheduler.c
string.c msvcrt: Don't detect overflow in atol implementation. 2019-03-18 10:10:44 +01:00
thread.c
time.c msvcrt: Fix buffer overflow in _get_tzname. 2019-02-27 20:19:19 +01:00
undname.c
wcs.c msvcrt: _towupper_l only uppercase a-z in C locale. 2019-01-28 18:35:46 +01:00