Update of /cvsroot/pywin32/pywin32/win32/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31432
Modified Files:
PySoundObjects.h
Log Message:
s/dsound.h/mmsystem.h/ which goes a little towards the directsound module
building (still currently fails with link errors though and I can't see the
lib to use - but the headers are there - strange...)
Index: PySoundObjects.h
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/PySoundObjects.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PySoundObjects.h 30 Nov 2004 21:30:29 -0000 1.1
--- PySoundObjects.h 22 Jan 2008 12:00:07 -0000 1.2
***************
*** 3,7 ****
#include <windows.h>
! #include <dsound.h>
class PYWINTYPES_EXPORT PyWAVEFORMATEX : public PyObject
--- 3,7 ----
#include <windows.h>
! #include <mmsystem.h>
class PYWINTYPES_EXPORT PyWAVEFORMATEX : public PyObject
|