Sweden-Number/dlls/msvcrt/tests
Paul Gofman faf59e5f06 msvcrt: Handle of thread created by _beginthread should not be closed on thread detach.
Handle should be closed if _endthread is called or thread function
exits. If thread is terminated by ExitThread or _endthreadex, thread
handle remains valid.

Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-01 21:41:22 +09:00
..
Makefile.in
cpp.c msvcrt: Add support for $$B datatype description format in unDName. 2016-01-21 17:01:45 +09:00
data.c
dir.c
environ.c
file.c
headers.c
heap.c
locale.c msvcrt: Fix size test of structure returned by _Gettnames. 2016-01-20 21:19:17 +09:00
misc.c msvcrt: Handle of thread created by _beginthread should not be closed on thread detach. 2016-02-01 21:41:22 +09:00
printf.c ucrtbase: Handle the C99 'z' size_t specifier for integers. 2015-11-04 19:19:32 +09:00
scanf.c msvcrt: Fix char to int promotion that breaks pattern lookup. 2015-12-23 16:31:53 +01:00
signal.c
string.c
time.c