]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sound.h
only declare AddProcessCallback for wxMotif and wxGTK
[wxWidgets.git] / include / wx / sound.h
index 6550c0834f596ab9d5e5cfcd05de68d154a34854..a0c780488f8b114c8d141f8ebac8f03628cf63e7 100644 (file)
 
 // Flags for wxSound::Play
 
-// NB: We can't use enum because there would be ambiguity between the
-//     two Play() prototypes when called without explicit parameters
-//     if WXWIN_COMPATIBILITY_2_4.
-//     We can't use enum with some compilers either, because they
-//     keep reporting nonexistent ambiguities between
-//     Play(unsigned) and static Play(const wxString&, unsigned).
+// NB: We can't use enum with some compilers, because they keep reporting
+//     nonexistent ambiguities between Play(unsigned) and static Play(const
+//     wxString&, unsigned).
 #define wxSOUND_SYNC  ((unsigned)0)
 #define wxSOUND_ASYNC ((unsigned)1)
 #define wxSOUND_LOOP  ((unsigned)2)