.. |
sys
|
include: Define __stat64.
|
2022-12-01 20:36:04 +01:00 |
assert.h
|
include/msvcrt: Add noreturn attribute to _assert.
|
2023-01-30 18:55:57 +01:00 |
complex.h
|
msvcrt: Use _Dcomplex definition from public header.
|
2020-12-04 16:37:39 +01:00 |
conio.h
|
include: Use proper dllimports for msvcrt functions.
|
2020-11-24 18:50:06 +01:00 |
corecrt.h
|
include: Remove redundant __WINE_USE_MSVCRT checks.
|
2023-06-12 21:21:41 +02:00 |
corecrt_io.h
|
include: Add corecrt_io.h header.
|
2020-12-04 16:41:16 +01:00 |
corecrt_malloc.h
|
include/msvcrt: Add __WINE_(ALLOC_SIZE|DEALLOC) attributes to _recalloc.
|
2023-01-26 22:05:13 +01:00 |
corecrt_startup.h
|
include: Avoid _onexit_t redefinition.
|
2020-04-06 21:22:39 +02:00 |
corecrt_stdio_config.h
|
ucrtbase: Support _CRT_INTERNAL_PRINTF_STANDARD_ROUNDING flag in printf.
|
2020-08-06 19:34:41 +02:00 |
corecrt_wctype.h
|
include: Add some msvcrt declarations.
|
2024-02-16 23:32:06 +01:00 |
corecrt_wdirect.h
|
include: Use proper dllimports for msvcrt functions.
|
2020-11-24 18:50:06 +01:00 |
corecrt_wio.h
|
include: Use proper dllimports for msvcrt functions.
|
2020-11-24 18:50:06 +01:00 |
corecrt_wprocess.h
|
include: Use proper dllimports for msvcrt functions.
|
2020-11-24 18:50:06 +01:00 |
corecrt_wstdio.h
|
include: Use the standard va_list instead of __ms_va_list when building with msvcrt.
|
2021-10-15 18:28:01 +02:00 |
corecrt_wstdlib.h
|
include: Add some msvcrt declarations.
|
2024-02-16 23:32:06 +01:00 |
corecrt_wstring.h
|
include/msvcrt: Add __WINE_(DEALLOC|MALLOC) attributes to _strdup and _wcsdup.
|
2023-01-26 22:05:13 +01:00 |
corecrt_wtime.h
|
include: Add some msvcrt declarations.
|
2024-02-16 23:32:06 +01:00 |
crtdbg.h
|
include/msvcrt: Add attribute((format)) to printf and scanf -like APIs.
|
2022-01-31 18:38:55 +01:00 |
crtdefs.h
|
include/msvcrt: Add corecrt.h header.
|
2019-08-09 19:37:21 +02:00 |
ctype.h
|
ctype.h: Add _isctype_l() declaration.
|
2021-10-18 18:34:56 +02:00 |
direct.h
|
include: Use proper dllimports for msvcrt functions.
|
2020-11-24 18:50:06 +01:00 |
dirent.h
|
|
|
dos.h
|
include: Use proper dllimports for msvcrt functions.
|
2020-11-24 18:50:06 +01:00 |
eh.h
|
include: Use proper dllimports for msvcrt functions.
|
2020-11-24 18:50:06 +01:00 |
errno.h
|
include: Use proper dllimports for msvcrt functions.
|
2020-11-24 18:50:06 +01:00 |
fcntl.h
|
msvcrt: Fix typo in #define.
|
2023-04-18 10:23:52 +02:00 |
fenv.h
|
ucrtbase: Copy fenv tests from msvcr120.
|
2021-05-19 10:32:13 +02:00 |
float.h
|
include: Add _fpreset().
|
2021-11-30 22:07:21 +01:00 |
fpieee.h
|
include: Use proper dllimports for msvcrt functions.
|
2020-11-24 18:50:06 +01:00 |
intrin.h
|
include: Move __getReg intrinsic to intrin.h.
|
2023-09-29 17:23:51 +02:00 |
inttypes.h
|
include: Move strto[iu]max(_l) from stdlib.h to inttypes.h.
|
2022-10-19 18:48:54 +02:00 |
io.h
|
msvcrt: Remove MSVCRT_ prefix from file.c functions.
|
2020-12-03 21:00:22 +01:00 |
limits.h
|
include/msvcrt: Include corecrt.h instead of crtdefs.h.
|
2019-08-09 19:37:21 +02:00 |
locale.h
|
msvcrt: Use _configthreadlocale arguments definition from public header.
|
2020-12-04 16:41:16 +01:00 |
malloc.h
|
include: Add corecrt_malloc.h.
|
2022-12-08 18:12:51 +01:00 |
math.h
|
msvcrt: Use floating point comparison builtins also in MSVC mode.
|
2024-03-19 11:06:03 +01:00 |
mbctype.h
|
msvcrt: Remove non-needed function declarations from msvcrt.h.
|
2020-12-04 16:41:16 +01:00 |
mbstring.h
|
msvcrt: Add _mbcjmstojis_l implementation.
|
2022-10-31 20:41:45 +01:00 |
memory.h
|
include: Use proper dllimports for msvcrt functions.
|
2020-11-24 18:50:06 +01:00 |
process.h
|
include: Use proper dllimports for msvcrt functions.
|
2020-11-24 18:50:06 +01:00 |
search.h
|
include: Use proper dllimports for msvcrt functions.
|
2020-11-24 18:50:06 +01:00 |
setjmp.h
|
include: Define setjmpex prototype even when it's a builtin.
|
2024-03-12 20:49:21 +01:00 |
share.h
|
Spelling fixes.
|
2008-04-22 12:20:12 +02:00 |
signal.h
|
include: Use proper dllimports for msvcrt functions.
|
2020-11-24 18:50:06 +01:00 |
stdarg.h
|
include: Add stdarg.h header.
|
2023-01-10 09:20:54 +01:00 |
stdbool.h
|
include/msvcrt: Add stdbool.h header.
|
2020-08-10 10:54:32 +02:00 |
stddef.h
|
include: Use __builtin_offsetof on Clang.
|
2021-10-07 18:03:11 +02:00 |
stdint.h
|
include/msvcrt: Include corecrt.h instead of crtdefs.h.
|
2019-08-09 19:37:21 +02:00 |
stdio.h
|
include: Add freopen_s.
|
2022-11-03 18:33:09 +01:00 |
stdlib.h
|
include: Add some msvcrt declarations.
|
2024-02-16 23:32:06 +01:00 |
string.h
|
include/msvcrt: Add __WINE_(DEALLOC|MALLOC) attributes to _strdup and _wcsdup.
|
2023-01-26 22:05:13 +01:00 |
time.h
|
include: Add some msvcrt declarations.
|
2024-02-16 23:32:06 +01:00 |
uchar.h
|
include: Import uchar.h from MinGW.
|
2019-09-19 14:18:44 +02:00 |
unistd.h
|
|
|
vadefs.h
|
include: Include corecrt.h in vadefs.h.
|
2023-03-31 11:10:43 +02:00 |
wchar.h
|
include: Add some msvcrt declarations.
|
2024-02-16 23:32:06 +01:00 |
wctype.h
|
include/msvcrt: Redefine towlower* & towupper* with wint_t types.
|
2022-05-03 18:58:28 +02:00 |