Mingw64 has pthread_t available, and does not need a thread ID comparison function
This commit is contained in:
parent
94993816cc
commit
b1231696ca
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user