From b1231696caa7d08c80055ca59b18f4b634dc47cf Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 19 Dec 2013 13:04:04 -0500 Subject: Mingw64 has pthread_t available, and does not need a thread ID comparison function --- libs/pbd/pbd/abstract_ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/pbd/abstract_ui.h b/libs/pbd/pbd/abstract_ui.h index e3f1f36b4e..ad97f25781 100644 --- a/libs/pbd/pbd/abstract_ui.h +++ b/libs/pbd/pbd/abstract_ui.h @@ -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 { -- cgit v1.2.3