]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndwin.cpp
Inserted "stdio catch" in wxExecute. The activation is controlled by wxProcess.
[wxWidgets.git] / utils / wxMMedia2 / lib / sndwin.cpp
index f09231ee0d6813f096069b4ff95b1014fadd6635..a307c81ca217680b07bf34ce227895b225fe9843 100644 (file)
@@ -651,6 +651,7 @@ void wxSoundStreamWin::NotifyDoneBuffer(wxUint32 dev_handle, int flag)
 // -------------------------------------------------------------------------
 bool wxSoundStreamWin::SetSoundFormat(wxSoundFormatBase& base)
 {
+  // TODO: detect best format
   return wxSoundStream::SetSoundFormat(base);
 }