]> Repos - portaudio/commitdiff
removed #ifndef check for PA_USE_DS from pa_win_ds.c
authorrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Sun, 1 May 2011 16:14:29 +0000 (16:14 +0000)
committerrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Sun, 1 May 2011 16:14:29 +0000 (16:14 +0000)
src/hostapi/dsound/pa_win_ds.c

index f85483a24793e9e2f27071d4a72f04dc6d491b50..759b8a1956e1efd88828a585b8e9db0c924c647c 100644 (file)
 #include "pa_win_waveformat.h"
 #include "pa_win_wdmks_utils.h"
 
-#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 */
 #pragma comment( lib, "dsound.lib" )
 #pragma comment( lib, "winmm.lib" )