Sweden-Number/dlls/msvcrt/tests
Alexandre Julliard f0cd33c69e include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +01:00
..
Makefile.in include: Add support for defining Win32 types as 'long' where possible. 2022-01-27 20:38:22 +01:00
cpp.c msvcrt/tests: Remove redundant NULL check before free(). 2021-08-26 21:49:08 +02:00
data.c
dir.c
environ.c
file.c msvcrt/tests: Show that spawn does not require locking of fds. 2021-11-12 22:42:52 +01:00
heap.c msvcrt: Skip small-block heap tests if _set_sbh_threshold is not available. 2021-11-19 18:31:38 +01:00
locale.c
misc.c msvcrt: Rewrite _popen function. 2021-10-25 18:53:19 +02:00
printf.c msvcrt: Better handle multiple width specifiers. 2021-11-08 17:33:56 +01:00
scanf.c
signal.c
string.c msvcrt: Update search position when no token was found in strtok. 2021-05-25 21:13:00 +02:00
time.c