Re: wine/dlls/kernel/tests pipe.c
jakov wrote: Alexandre Julliard wrote: Modified files: dlls/kernel/tests: pipe.c Log message: Avoid killing threads with TerminateThread, this can cause deadlocks. Thank you, so that was why it hanged on Win9x! How embarassing! I know better, too (killing a thread is bad form on any p
Re: wine/dlls/kernel/tests pipe.c
Alexandre Julliard wrote: Modified files: dlls/kernel/tests: pipe.c Log message: Avoid killing threads with TerminateThread, this can cause deadlocks. Thank you, so that was why it hanged on Win9x! regards, Jakob