]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/sound.cpp
* build and distrib tweaks.
[wxWidgets.git] / src / msw / sound.cpp
index 7c96fee643da738812319779f36c7aa1d047ff77..c6e86ed28909867a768f1bf02dcf7b07a8bc65d6 100644 (file)
@@ -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"));