From 597c9c9b25790808c9ab8b0fb021bd8b9352d79f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 5 Dec 2013 14:46:40 -0500 Subject: make mingw-based pthread comparison function work with both 32 and 64 bit variants of mingw --- libs/pbd/pbd/abstract_ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/pbd/pbd/abstract_ui.h') diff --git a/libs/pbd/pbd/abstract_ui.h b/libs/pbd/pbd/abstract_ui.h index 905074c474..e3f1f36b4e 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; -#if defined(__MINGW32__) +#ifdef COMPILER_MINGW struct pthread_cmp { -- cgit v1.2.3