X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..2f25981069f0409ec17d3ff946870b99f918b717:/src/msw/sound.cpp diff --git a/src/msw/sound.cpp b/src/msw/sound.cpp index 795b1a9cbe..35abc8ef78 100644 --- a/src/msw/sound.cpp +++ b/src/msw/sound.cpp @@ -32,11 +32,7 @@ #include -#if defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__) - #include "wx/msw/gnuwin32/extra.h" -#else - #include -#endif +#include wxSound::wxSound() : m_waveData(NULL), m_waveLength(0), m_isResource(false) @@ -66,7 +62,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"));