make mingw-based pthread comparison function work with both 32 and 64 bit variants of mingw

This commit is contained in:
Paul Davis 2013-12-05 14:46:40 -05:00
parent b7835cd7b1
commit 597c9c9b25

View file

@ -57,7 +57,7 @@ class AbstractUI : public BaseUI
};
typedef typename RequestBuffer::rw_vector RequestBufferVector;
#if defined(__MINGW32__)
#ifdef COMPILER_MINGW
struct pthread_cmp
{