]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sound.h
make it non mach-o carbon savvy
[wxWidgets.git] / include / wx / sound.h
index 0ceba3624000fe040343020b8dc82cd3d13962d8..75806a53a31143815cb8ca55f580f9ba41df83f3 100644 (file)
@@ -71,12 +71,12 @@ protected:
 
 #if defined(__WXMSW__)
     #include "wx/msw/sound.h"
-#elif defined(__UNIX__)
-    #include "wx/unix/sound.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/sound.h"
 #elif defined(__WXPM__)
     #include "wx/os2/sound.h"
+#elif defined(__UNIX__)
+    #include "wx/unix/sound.h"
 #endif
 
 // ----------------------------------------------------------------------------