]> Repos - portaudio/commitdiff
fixed copy/past error in PA_USE_DS check code in pa_win_ds.c
authorrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Sun, 1 May 2011 12:05:52 +0000 (12:05 +0000)
committerrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Sun, 1 May 2011 12:05:52 +0000 (12:05 +0000)
src/hostapi/dsound/pa_win_ds.c

index ca046143f4c9089b21b5a77b4c117bdae68e3a04..f85483a24793e9e2f27071d4a72f04dc6d491b50 100644 (file)
@@ -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 */