Sweden-Number/dlls/msvcrt
Jacek Caban f2dad112ac msvcrt: Add sincos to importlib.
Fixes cross compilation with GCC 11, which may optimize a pair of sin(),
cos() calls to a single sincos() call, which is not exported by any
msvcrt version.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit f013127647)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2021-07-13 23:18:53 +02:00
..
tests msvcrt: Fix _unDName crash when demangling class function pointer. 2021-07-08 00:46:09 +02:00
Makefile.in msvcrt: Add sincos to importlib. 2021-07-13 23:18:53 +02:00
bnum.h
console.c
cpp.c
cppexcept.h
crt_gccmain.c
crt_main.c
crt_winmain.c
crt_wmain.c
crt_wwinmain.c
ctype.c
cxx.h msvcrt: Use __ASM_USE_THISCALL_WRAPPER in cxx.h. 2020-12-16 15:30:06 +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 msvcrt: Add __stdio_common_vfprintf_p and __stdio_common_vfwprintf_p. 2021-07-08 00:04:23 +02:00
heap.c
iob.c
locale.c msvcr110: Copy utf16 strings in _Gettnames. 2021-05-18 00:24:25 +02:00
lock.c
main.c
math.c msvcrt: Improve memmove performance on i386 and x86_64 architectures. 2021-07-10 00:35:32 +02:00
mathf.c
mbcs.c
misc.c msvcrt: Use GCC-style assembly on Clang MSVC target. 2020-12-16 15:30:06 +01:00
msvcrt.h msvcrt: Improve memmove performance on i386 and x86_64 architectures. 2021-07-10 00:35:32 +02:00
msvcrt.spec
mtdll.h
onexit.c
printf.h
process.c
rsrc.rc
scanf.c
scanf.h
scheduler.c
sincos.c msvcrt: Add sincos to importlib. 2021-07-13 23:18:53 +02:00
string.c msvcrt: Improve memmove performance on i386 and x86_64 architectures. 2021-07-10 00:35:32 +02:00
thread.c
time.c msvcr100: Use LC_TIME code page when converting strftime data. 2021-01-04 14:13:04 +01:00
undname.c msvcrt: Fix _unDName crash when demangling class function pointer. 2021-07-08 00:46:09 +02:00
unixlib.c
unixlib.h
wcs.c msvcrt: Update source pointer in wcsrtombs in C locale. 2021-05-18 00:24:26 +02:00