[pywin32-checkins] pywin32/com directsound.dsp,1.1,1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Lars I. <lar...@us...> - 2005-03-07 22:18:54
|
Update of /cvsroot/pywin32/pywin32/com In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4072/com Modified Files: directsound.dsp Log Message: Added IDirectSoundCapture, IDirectSoundCaptureBuffer, related structures and functions. Basic regression are included. Index: directsound.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/directsound.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** directsound.dsp 30 Nov 2004 21:30:27 -0000 1.1 --- directsound.dsp 7 Mar 2005 22:18:44 -0000 1.2 *************** *** 113,116 **** --- 113,128 ---- # Begin Source File + SOURCE=.\win32comext\directsound\src\PyDSCBCAPS.cpp + # End Source File + # Begin Source File + + SOURCE=.\win32comext\directsound\src\PyDSCBUFFERDESC.cpp + # End Source File + # Begin Source File + + SOURCE=.\win32comext\directsound\src\PyDSCCAPS.cpp + # End Source File + # Begin Source File + SOURCE=.\win32comext\directsound\src\PyIDirectSound.cpp # End Source File *************** *** 121,124 **** --- 133,144 ---- # Begin Source File + SOURCE=.\win32comext\directsound\src\PyIDirectSoundCapture.cpp + # End Source File + # Begin Source File + + SOURCE=.\win32comext\directsound\src\PyIDirectSoundCaptureBuffer.cpp + # End Source File + # Begin Source File + SOURCE=.\win32comext\directsound\src\PyIDirectSoundNotify.cpp # End Source File *************** *** 141,144 **** --- 161,172 ---- # Begin Source File + SOURCE=.\win32comext\directsound\src\PyIDirectSoundCapture.h + # End Source File + # Begin Source File + + SOURCE=.\win32comext\directsound\src\PyIDirectSoundCaptureBuffer.h + # End Source File + # Begin Source File + SOURCE=.\win32comext\directsound\src\PyIDirectSoundNotify.h # End Source File |