Added wxSound for Windows support (successful WAV playback on VC++ 5)
authorGuilhem Lavaux <lavaux@easynet.fr>
Wed, 25 Aug 1999 17:22:26 +0000 (17:22 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Wed, 25 Aug 1999 17:22:26 +0000 (17:22 +0000)
commit503aa33d55183bcbd8444e36ed8c273a18dab72f
tree26e7e40f1bae9c506e207969e2c6505fc95f8d85
parent641d87d868e0f46f4bfca3d8d7bede88032045e1
Added wxSound for Windows support (successful WAV playback on VC++ 5)
Fixes/Updates for the rest.
PNM decoder uses now wxBufferedInputStream to (to be tested).
Support for G72X is on the road ...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/imagpnm.cpp
utils/wxMMedia2/lib/sndaiff.cpp
utils/wxMMedia2/lib/sndbase.h
utils/wxMMedia2/lib/sndfile.cpp
utils/wxMMedia2/lib/sndoss.cpp
utils/wxMMedia2/lib/sndoss.h
utils/wxMMedia2/lib/sndwin.cpp [new file with mode: 0644]
utils/wxMMedia2/lib/sndwin.h [new file with mode: 0644]