[Python-checkins] python/dist/src/Modules ossaudiodev.c, 1.34, 1.34.8.1 (original) (raw)

gward at users.sourceforge.net gward at users.sourceforge.net
Mon May 10 21:33:11 EDT 2004


Update of /cvsroot/python/python/dist/src/Modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26885/Modules

Modified Files: Tag: release23-maint ossaudiodev.c Log Message: SF #832236: wrap a bunch of _EXPORT_INT calls in #ifdef's, to avoid breaking the build on MkLinux (Linux 2.0).

Index: ossaudiodev.c

RCS file: /cvsroot/python/python/dist/src/Modules/ossaudiodev.c,v retrieving revision 1.34 retrieving revision 1.34.8.1 diff -C2 -d -r1.34 -r1.34.8.1 *** ossaudiodev.c 2 Jun 2003 14:15:34 -0000 1.34 --- ossaudiodev.c 11 May 2004 01:33:04 -0000 1.34.8.1


*** 990,1001 **** --- 990,1017 ---- _EXPORT_INT(m, SOUND_MIXER_LINE2); _EXPORT_INT(m, SOUND_MIXER_LINE3);


*** 1023,1027 **** --- 1039,1045 ---- _EXPORT_INT(m, SNDCTL_DSP_GETIPTR); _EXPORT_INT(m, SNDCTL_DSP_GETISPACE);



More information about the Python-checkins mailing list