]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sound.h
Use __WINDOWS__ for OS kind checks and reserve __WXMSW__ for GUI toolkit.
[wxWidgets.git] / include / wx / sound.h
index ef473443f748b695a00ec6c689f1bf93e746409b..d60d7f3d69c1001eb6383f1b07bfaa99e5dfa647 100644 (file)
@@ -55,7 +55,7 @@ protected:
 // wxSound class implementation
 // ----------------------------------------------------------------------------
 
-#if defined(__WXMSW__)
+#if defined(__WINDOWS__)
     #include "wx/msw/sound.h"
 #elif defined(__WXCOCOA__)
     #include "wx/cocoa/sound.h"