LOADER: portability fix

Hans Leidekker hans at it.vu.nl
Mon Oct 11 07:50:58 CDT 2004


The code in loader/pthread.c is protected by #ifdef HAVE_PTHREAD_H,
as is the code code in the header include/wine/pthread.h. This patch
does the same for loader/kthread.c since it uses the same functions
and structures. With this patch the code in loader/ compiles without
errors on MinGW.

Changelog:
  Protect use of pthread functions with #ifdef HAVE_PTHREAD_H.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: loader_kthread_c.diff
Type: text/x-diff
Size: 526 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20041011/c3ad99df/loader_kthread_c.bin


More information about the wine-patches mailing list