summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/abstract_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-12-05 14:46:40 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2013-12-05 14:46:40 -0500
commit597c9c9b25790808c9ab8b0fb021bd8b9352d79f (patch)
tree1e0984af59945803035ff1f9f568e19e9b398b3a /libs/pbd/pbd/abstract_ui.h
parentb7835cd7b131d2843404b117f2313a0b708d3fe0 (diff)
make mingw-based pthread comparison function work with both 32 and 64 bit variants of mingw
Diffstat (limited to 'libs/pbd/pbd/abstract_ui.h')
-rw-r--r--libs/pbd/pbd/abstract_ui.h2
1 files changed, 1 insertions, 1 deletions
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
{