Commit fd715772 authored by Ryan Pavlik's avatar Ryan Pavlik Committed by Ulrich Sibiller

Use pthreads on MinGW also

Use pthreads (provided by the pthreads-win32 compatability library which implements them using native Win32 threading) on MinGW Reviewed-by: 's avatarJon TURNEY <jon.turney@dronecode.org.uk> Backported-to-NX-by: 's avatarUlrich Sibiller <uli42@gmx.de>
parent 5eb1147c
......@@ -81,9 +81,7 @@ typedef thread_t xthread_t;
#pragma weak cond_broadcast = _Xthr_zero_stub_
#else /* !SVR4 */
#ifdef WIN32
/*
* Don't know what to do here. Is there something do be done at all?
*/
#include <nx-X11/Xthreads.h>
#else /* !WIN32 */
#ifdef USE_TIS_SUPPORT
#include <tis.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment