From 18b2ab2339b37616f969961fea3503f406c31f93 Mon Sep 17 00:00:00 2001 From: Ross Bencina Date: Sun, 2 Oct 2016 20:34:04 +1100 Subject: [PATCH] Fix for ticket #257: MinGW-w64: Inclusion of triggers multiple redefinition errors. --- src/hostapi/wdmks/pa_win_wdmks.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hostapi/wdmks/pa_win_wdmks.c b/src/hostapi/wdmks/pa_win_wdmks.c index 129b9e2..70a48d8 100644 --- a/src/hostapi/wdmks/pa_win_wdmks.c +++ b/src/hostapi/wdmks/pa_win_wdmks.c @@ -94,7 +94,9 @@ of a device for the duration of active stream using those devices #endif #include +#ifndef __GNUC__ /* Fix for ticket #257: MinGW-w64: Inclusion of triggers multiple redefinition errors. */ #include +#endif #include #include -- 2.43.0