From: Ross Bencina Date: Sun, 2 Oct 2016 09:34:04 +0000 (+1100) Subject: Fix for ticket #257: MinGW-w64: Inclusion of triggers multiple redefinit... X-Git-Tag: pa_stable_v190600_20161030~2^2 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=18b2ab2339b37616f969961fea3503f406c31f93;p=portaudio Fix for ticket #257: MinGW-w64: Inclusion of triggers multiple redefinition errors. --- 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