From: rossb Date: Sun, 1 May 2011 12:05:52 +0000 (+0000) Subject: fixed copy/past error in PA_USE_DS check code in pa_win_ds.c X-Git-Tag: pa_stable_v19_20111121_r1788~87 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=57264ba799011d4b9de78800706fd8d88d5ba240;p=portaudio fixed copy/past error in PA_USE_DS check code in pa_win_ds.c --- diff --git a/src/hostapi/dsound/pa_win_ds.c b/src/hostapi/dsound/pa_win_ds.c index ca04614..f85483a 100644 --- a/src/hostapi/dsound/pa_win_ds.c +++ b/src/hostapi/dsound/pa_win_ds.c @@ -75,8 +75,8 @@ #include "pa_win_waveformat.h" #include "pa_win_wdmks_utils.h" -#ifndef PA_USE_WMME -#error "Portaudio internal error: PA_USE_WMME=0/1 not defined. pa_hostapi.h should ensure that it is." +#ifndef PA_USE_DS +#error "Portaudio internal error: PA_USE_DS=0/1 not defined. pa_hostapi.h should ensure that it is." #endif #if (defined(WIN32) && (defined(_MSC_VER) && (_MSC_VER >= 1200))) /* MSC version 6 and above */