X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8482f24cfc00645607f8526fde38d39e0dcaa63..3030ae493df7500fd5da7555f141c0c8a690bd8a:/contrib/src/mmedia/sndpcm.cpp diff --git a/contrib/src/mmedia/sndpcm.cpp b/contrib/src/mmedia/sndpcm.cpp index 0c1bc67a3c..b9eb7cdea1 100644 --- a/contrib/src/mmedia/sndpcm.cpp +++ b/contrib/src/mmedia/sndpcm.cpp @@ -4,12 +4,10 @@ // Date: 08/11/1999 // Author: Guilhem Lavaux (C) 1999 // CVSID: $Id$ +// wxWindows licence // -------------------------------------------------------------------------- -#ifdef __GNUG__ -#pragma implementation "sndpcm.cpp" -#endif -#include +#include "wx/wxprec.h" #ifndef WX_PRECOMP #include "wx/defs.h" @@ -88,7 +86,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) ||