http://bugs.winehq.org/show_bug.cgi?id=17891
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #1 from Vincent Povirk madewokherd@gmail.com 2009-03-29 22:16:55 ---
From preprocessor output, it appears that handletable.c does not include
config.h. HAVE_PTHREAD_H is undefined. ntdll_misc.h, when included from that file, does not pull in pthread.h.
This works by coincidence on other platforms because pthread_t is defined elsewhere.