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