fixed copy/past error in PA_USE_DS check code in pa_win_ds.c
This commit is contained in:
parent
8d0c648b7d
commit
57264ba799
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue