wine/dlls/msvcrt
Victor Chiletto 8f663f3d5e msvcrt: Use GetLocaleInfoEx to compare locale info.
GetLocaleInfoA doesn't return the proper sname for neutral LCIDs.
2023-07-12 21:51:20 +02:00
..
tests
bnum.h
concurrency.c msvcr100: Use Context blocking functions in _Condition_variable class. 2023-06-08 18:44:10 +02:00
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
data.c
dir.c msvcrt: Use 'else if' in _wgetcwd. 2023-06-06 11:52:19 +02:00
environ.c
errno.c
except.c
except_arm.c
except_arm64.c
except_i386.c
except_x86_64.c msvcrt: Fix crash when rethrowing after a non-C++ exception on x86_64. 2023-04-21 20:44:43 +02:00
exception_ptr.c
exit.c
file.c
handler4.c
heap.c
iob.c
locale.c msvcrt: Use GetLocaleInfoEx to compare locale info. 2023-07-12 21:51:20 +02:00
lock.c
main.c
Makefile.in msvcrt: Use the fabs()/fabsf() implementation from the bundled musl library. 2023-04-04 09:43:54 +02:00
math.c msvcrt: Use the _dclass()/_fdclass() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
mathf.c
mbcs.c msvcrt: Convert locale_to_LCID to snames. 2023-07-12 21:51:18 +02:00
misc.c
msvcrt.h msvcrt: Convert locale_to_LCID to snames. 2023-07-12 21:51:18 +02:00
msvcrt.spec msvcrt: Use the sqrt() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
mtdll.h
onexit.c
printf.h
process.c
rsrc.rc
scanf.c
scanf.h
sincos.c
string.c
thread.c
time.c
undname.c
wcs.c