reactos/modules/rostests/winetests/msvcrt
Hermès Bélusca-Maïto ab7fbd08a7
[WINE/MSVCRT] Fix MSVCRT_size_t, MSVCRT_intptr_t and MSVCRT_uintptr_t typedefs (#6464)
Make these definitions compatible with the other ambient size_t and
(u)intptr_t types used in the rest of our code base.

This partly reverts the corresponding typedef changes from wine commit
d8ab5a14aa
"msvcrt: Use intptr_t or size_t instead of long where appropriate."
2024-10-24 12:06:17 +02:00
..
CMakeLists.txt [CMAKE] Clang*: Add '-Werror=unknown-warning-option' for C/CXX (#6383) 2024-05-31 16:26:11 +02:00
cpp.c
data.c
dir.c
environ.c
file.c
headers.c
heap.c
locale.c
misc.c [CRT] Sync $I10_OUTPUT and test with wine head 2023-12-30 12:51:22 +02:00
msvcrt.h [WINE/MSVCRT] Fix MSVCRT_size_t, MSVCRT_intptr_t and MSVCRT_uintptr_t typedefs (#6464) 2024-10-24 12:06:17 +02:00
precomp.h
printf.c
scanf.c
signal.c
string.c
testlist.c
time.c