13
0

Mingw64 has pthread_t available, and does not need a thread ID comparison function

This commit is contained in:
Paul Davis 2013-12-19 13:04:04 -05:00
parent 94993816cc
commit b1231696ca

View File

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