diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-11-15 15:06:53 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-11-15 15:06:53 +0000 |
commit | dd82af84ed67f439444e75ea1d032c082e15db51 (patch) | |
tree | ba069fd043c20624e5723efec4952e376a9c77c4 /Xthreads.h | |
parent | 618956f1f783a8c330aab8eac425937f0b8e50e1 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |