]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/mmedia/sndpcm.cpp
Adapted printing samples makefiles.
[wxWidgets.git] / contrib / src / mmedia / sndpcm.cpp
index 0c1bc67a3c768962ab4b09084f34ed4668c740c7..d28fa068d3ad060a399e3ac2d369a12155a8430f 100644 (file)
@@ -9,7 +9,7 @@
 #pragma implementation "sndpcm.cpp"
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
     #include "wx/defs.h"
@@ -88,7 +88,7 @@ bool wxSoundFormatPcm::operator!=(const wxSoundFormatBase& format) const
   wxSoundFormatPcm *format2 = (wxSoundFormatPcm *)&format;
 
   if (format.GetType() != wxSOUND_PCM)
-    return TRUE;
+    return true;
 
   return ( (m_srate != format2->m_srate) ||
            (m_bps != format2->m_bps) ||