summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xthreads.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/Xthreads.h b/Xthreads.h
index aeec73c..c1cb765 100644
--- a/Xthreads.h
+++ b/Xthreads.h
@@ -93,19 +93,7 @@ typedef mutex_t xmutex_rec;
#define xcondition_broadcast(cv) cond_broadcast(cv)
#else /* !SVR4 */
#ifdef WIN32
-#define BOOL wBOOL
-#define INT32 wINT32
-#ifdef Status
-#undef Status
-#define Status wStatus
-#endif
-#include <windows.h>
-#ifdef Status
-#undef Status
-#define Status int
-#endif
-#undef INT32
-#undef BOOL
+#include <X11/Xwindows.h>
typedef DWORD xthread_t;
typedef DWORD xthread_key_t;
struct _xthread_waiter {