Update of /cvsroot/pure-data/pd/portaudio/pa_win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8219/pa_win
Modified Files: Tag: devel_0_38 pa_win_hostapis.c Log Message: updating to latest portaudio snapshot
Index: pa_win_hostapis.c =================================================================== RCS file: /cvsroot/pure-data/pd/portaudio/pa_win/pa_win_hostapis.c,v retrieving revision 1.3 retrieving revision 1.3.4.1 diff -C2 -d -r1.3 -r1.3.4.1 *** pa_win_hostapis.c 6 Sep 2004 20:44:41 -0000 1.3 --- pa_win_hostapis.c 28 Jun 2005 16:30:36 -0000 1.3.4.1 *************** *** 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 */