X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8482f24cfc00645607f8526fde38d39e0dcaa63..822e690b221486b63895b5f14a7fbee2bc966fe5:/contrib/include/wx/mmedia/sndcpcm.h?ds=sidebyside diff --git a/contrib/include/wx/mmedia/sndcpcm.h b/contrib/include/wx/mmedia/sndcpcm.h index 2375e83733..d54c6a6b8a 100644 --- a/contrib/include/wx/mmedia/sndcpcm.h +++ b/contrib/include/wx/mmedia/sndcpcm.h @@ -13,6 +13,7 @@ #endif #include "wx/defs.h" +#include "wx/mmedia/defs.h" #include "wx/mmedia/sndbase.h" #include "wx/mmedia/sndcodec.h" @@ -20,7 +21,7 @@ // PCM converter class // -class wxSoundStreamPcm: public wxSoundStreamCodec { +class WXDLLIMPEXP_MMEDIA wxSoundStreamPcm: public wxSoundStreamCodec { public: typedef void (*ConverterType)(const void *buf_in, void *buf_out, wxUint32 len);