mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Mingw64 has pthread_t available, and does not need a thread ID comparison function
This commit is contained in:
parent
94993816cc
commit
b1231696ca
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class AbstractUI : public BaseUI
|
||||||
};
|
};
|
||||||
typedef typename RequestBuffer::rw_vector RequestBufferVector;
|
typedef typename RequestBuffer::rw_vector RequestBufferVector;
|
||||||
|
|
||||||
#ifdef COMPILER_MINGW
|
#if defined(__MINGW32__) && !defined (__MINGW64__)
|
||||||
|
|
||||||
struct pthread_cmp
|
struct pthread_cmp
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue