summaryrefslogtreecommitdiff
path: root/Xthreads.h
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-11-15 15:06:53 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-11-15 15:06:53 +0000
commitdd82af84ed67f439444e75ea1d032c082e15db51 (patch)
treeba069fd043c20624e5723efec4952e376a9c77c4 /Xthreads.h
parent618956f1f783a8c330aab8eac425937f0b8e50e1 (diff)
Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
mingw (Win32) port
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;