X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8482f24cfc00645607f8526fde38d39e0dcaa63..822e690b221486b63895b5f14a7fbee2bc966fe5:/contrib/include/wx/mmedia/sndfile.h diff --git a/contrib/include/wx/mmedia/sndfile.h b/contrib/include/wx/mmedia/sndfile.h index 65dc888510..5c5bc18d25 100644 --- a/contrib/include/wx/mmedia/sndfile.h +++ b/contrib/include/wx/mmedia/sndfile.h @@ -10,6 +10,7 @@ #include "wx/defs.h" #include "wx/stream.h" +#include "wx/mmedia/defs.h" #include "wx/mmedia/sndbase.h" #include "wx/mmedia/sndcodec.h" @@ -19,7 +20,7 @@ // Codec router class // -class WXDLLEXPORT wxSoundRouterStream: public wxSoundStreamCodec { +class WXDLLIMPEXP_MMEDIA wxSoundRouterStream: public wxSoundStreamCodec { public: wxSoundRouterStream(wxSoundStream& sndio); ~wxSoundRouterStream(); @@ -97,7 +98,7 @@ public: // You should use this function to test whether this file codec can read // the stream you passed to it. - virtual bool CanRead() { return FALSE; } + virtual bool CanRead() { return false; } protected: wxSoundRouterStream m_codec;