On Thu, Oct 17, 2002 at 05:29:27PM -0700, Francois Gouget wrote:
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.
The obligatory question: is it in the Winelib Users Guide ? ;-)