X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..cb56afc421319d1c7d88e117969cdc5fdea5fe85:/src/msw/sound.cpp?ds=sidebyside diff --git a/src/msw/sound.cpp b/src/msw/sound.cpp index 7c96fee643..c6e86ed289 100644 --- a/src/msw/sound.cpp +++ b/src/msw/sound.cpp @@ -6,7 +6,7 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) @@ -66,7 +66,7 @@ bool wxSound::Create(const wxString& fileName, bool isResource) if (isResource) { - m_isResource = TRUE; + m_isResource = true; HRSRC hresInfo; hresInfo = ::FindResource((HMODULE) wxhInstance, fileName, wxT("WAVE"));