Sweden-Number/dlls/msvcrt
Alex Henrie 48f108345a msvcrt: Use isnan instead of isnanf.
This resolves several warnings when compiling with MinGW because isnanf
is not in MinGW's math.h (it's not a standard C function). On the other
hand, isnan is a widely available C99 macro designed for both floats and
doubles. We also have an isnan implementation in libs/port/isnan.c for
pre-C99 compilers.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-09-27 11:03:41 +02:00
..
tests msvcrt/tests: Add tests for _strnicoll/_wcsnicoll. 2018-08-19 17:47:56 +02:00
Makefile.in
console.c
cpp.c
cppexcept.h
ctype.c
cxx.h
data.c msvcrt: Do not put cmd.exe special environment variables into the environ. 2018-09-25 12:58:19 +02:00
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 msvcrt: Add DECLSPEC_HOTPATCH to functions patched by libtcmalloc. 2018-09-19 18:20:08 +02:00
locale.c
lock.c msvcr100: Add Concurrency::wait stub. 2018-09-10 16:44:47 +02:00
main.c
math.c msvcrt: Use isnan instead of isnanf. 2018-09-27 11:03:41 +02:00
mbcs.c
misc.c
msvcrt.h
msvcrt.spec
mtdll.h
printf.h
process.c
rsrc.rc
scanf.c
scanf.h
scheduler.c
string.c msvcrt: Don't read past end of string in _strnicoll/_wcsnicoll. 2018-08-19 17:47:53 +02:00
thread.c
time.c
undname.c
wcs.c msvcrt: Don't read past end of string in _strnicoll/_wcsnicoll. 2018-08-19 17:47:53 +02:00