Sweden-Number/dlls/msvcrt
Martin Storsjo 8582615894 msvcrt: Hook up the unprefixed logb/logbf/logbl functions for msvcr120/ucrtbase.
Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-25 17:39:59 +02:00
..
tests makefiles: Build all tests with msvcrt. 2019-04-24 12:10:51 +02:00
Makefile.in msvcrt: Export the __acrt_iob_func function from the import library. 2019-03-26 20:24:01 +01:00
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 crtdll: Share source with msvcrt. 2019-03-29 21:13:43 +01:00
dir.c
environ.c msvcrt: Implement _get_environ and _get_wenviron. 2019-04-11 19:29:41 +02:00
errno.c
except.c
except_arm.c
except_arm64.c
except_i386.c
except_x86_64.c
exit.c msvcrt: Only add the onexit functions to the import library of msvcrt itself. 2019-03-29 11:48:29 +01:00
file.c msvcrt: Don't set invalid std handles with kernel32. 2019-04-09 14:07:10 +02:00
heap.c msvcrt: Use memmove to copy memory in memcpy_s. 2018-10-05 10:48:19 -05:00
iob.c msvcrt: Export an import symbol for __acrt_iob_func() for compatibility with Mingw. 2019-04-02 17:15:02 +02:00
locale.c msvcrt: Use _strnicmp instead of strncasecmp. 2019-03-26 13:50:36 +01:00
lock.c msvcr100: Added _Scoped_lock::_NonReentrantPPLLock class. 2018-10-03 16:25:04 -05:00
main.c
math.c msvcrt: Hook up the unprefixed logb/logbf/logbl functions for msvcr120/ucrtbase. 2019-04-25 17:39:59 +02:00
mbcs.c msvcrt: Use _strnicmp instead of strncasecmp. 2019-03-26 13:50:36 +01:00
misc.c msvcr110: Fix __crtGetShowWindowMode implementation. 2019-04-01 21:54:32 +02:00
msvcrt.h crtdll: Share source with msvcrt. 2019-03-29 21:13:43 +01:00
msvcrt.spec msvcrt: Don't export the __p__* functions on 64-bit. 2019-04-25 17:28:10 +02:00
mtdll.h
onexit.c msvcrt: Export the onexit functions from the import library. 2019-03-26 20:24:01 +01:00
printf.h msvcrt: Use internal toupper implementation. 2019-03-26 13:50:32 +01:00
process.c msvcrt: Add MSVCRT_ prefix to the spawn() functions. 2019-04-02 11:51:56 +02:00
rsrc.rc
scanf.c
scanf.h
scheduler.c
string.c crtdll: Share source with msvcrt. 2019-03-29 21:13:43 +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: Implement _wcsnset_s. 2019-04-02 19:21:57 +02:00