Update of /cvsroot/pure-data/pd/portaudio/pa_win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1508/pd/portaudio/pa_win
Modified Files: pa_win_hostapis.c pa_win_util.c Log Message: Remembered to update all the edited files. Should now be in sync... will have to test it though.
Index: pa_win_hostapis.c =================================================================== RCS file: /cvsroot/pure-data/pd/portaudio/pa_win/pa_win_hostapis.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** pa_win_hostapis.c 18 May 2005 04:28:45 -0000 1.8 --- pa_win_hostapis.c 30 May 2005 03:04:12 -0000 1.9 *************** *** 49,52 **** --- 49,53 ---- PaError PaWinDs_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index ); PaError PaAsio_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index ); + PaError PaWinWdm_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
#ifdef __cplusplus *************** *** 70,73 **** --- 71,80 ---- #endif
+ /* + #ifndef PA_NO_WDMKS + PaWinWdm_Initialize, + #endif + */ + PaSkeleton_Initialize, /* just for testing */