Re: wine/dlls/kernel/tests pipe.c

2004-05-05 Thread Dan Kegel
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

2004-05-04 Thread Jakob Eriksson
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