On Fri, 18 Oct 2002, Malte Starostik wrote:
Hi,
before I make some major mistakes: can a winelib app safely use pthreads and run WinAPI functions from multiple threads or will it have to use Windows threads?
Winelib applications cannot use pthreads. They should not even be linked with the pthread library.