[PD-cvs] pd/portaudio/pa_win_ds dsound_wrapper.c, 1.8, 1.9 dsound_wrapper.h, 1.8, 1.9 pa_win_ds.c, 1.8, 1.9

Miller Puckette millerpuckette at users.sourceforge.net
Mon May 30 05:04:15 CEST 2005


Update of /cvsroot/pure-data/pd/portaudio/pa_win_ds
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1508/pd/portaudio/pa_win_ds

Modified Files:
	dsound_wrapper.c dsound_wrapper.h pa_win_ds.c 
Log Message:
Remembered to update all the edited files.  Should now be in sync... will
have to test it though.





Index: dsound_wrapper.h
===================================================================
RCS file: /cvsroot/pure-data/pd/portaudio/pa_win_ds/dsound_wrapper.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** dsound_wrapper.h	18 May 2005 04:28:46 -0000	1.8
--- dsound_wrapper.h	30 May 2005 03:04:13 -0000	1.9
***************
*** 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>
  





More information about the Pd-cvs mailing list