mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
make mingw-based pthread comparison function work with both 32 and 64 bit variants of mingw
This commit is contained in:
parent
b7835cd7b1
commit
597c9c9b25
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class AbstractUI : public BaseUI
|
|||
};
|
||||
typedef typename RequestBuffer::rw_vector RequestBufferVector;
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#ifdef COMPILER_MINGW
|
||||
|
||||
struct pthread_cmp
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue