Update of /cvsroot/pure-data/pd/portaudio/pa_win_ds In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8219/pa_win_ds
Modified Files: Tag: devel_0_38 dsound_wrapper.h Log Message: updating to latest portaudio snapshot
Index: dsound_wrapper.h =================================================================== RCS file: /cvsroot/pure-data/pd/portaudio/pa_win_ds/dsound_wrapper.h,v retrieving revision 1.3 retrieving revision 1.3.4.1 diff -C2 -d -r1.3 -r1.3.4.1 *** dsound_wrapper.h 6 Sep 2004 20:44:42 -0000 1.3 --- dsound_wrapper.h 28 Jun 2005 16:30:37 -0000 1.3.4.1 *************** *** 45,48 **** --- 45,53 ---- #endif
+ /* + We are only using DX3 in here, no need to polute the namespace - davidv + */ + #define DIRECTSOUND_VERSION 0x0300 + #include <DSound.h>