summaryrefslogtreecommitdiff
path: root/Xthreads.h
diff options
context:
space:
mode:
Diffstat (limited to 'Xthreads.h')
-rw-r--r--Xthreads.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xthreads.h b/Xthreads.h
index 8d4f4e8..94262eb 100644
--- a/Xthreads.h
+++ b/Xthreads.h
@@ -94,6 +94,7 @@ typedef mutex_t xmutex_rec;
#else /* !SVR4 */
#ifdef WIN32
#define BOOL wBOOL
+#define INT32 wINT32
#ifdef Status
#undef Status
#define Status wStatus
@@ -103,6 +104,7 @@ typedef mutex_t xmutex_rec;
#undef Status
#define Status int
#endif
+#undef INT32
#undef BOOL
typedef DWORD xthread_t;
typedef DWORD xthread_key_t;