]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/sound.cpp
Better markup.
[wxWidgets.git] / src / msw / sound.cpp
index 795b1a9cbe79b32bd9e7565f850d5b8f99807b76..c6e86ed28909867a768f1bf02dcf7b07a8bc65d6 100644 (file)
@@ -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"));