X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8482f24cfc00645607f8526fde38d39e0dcaa63..3527f29c8769e09d796c547c0c309f8b86407012:/contrib/include/wx/mmedia/sndulaw.h diff --git a/contrib/include/wx/mmedia/sndulaw.h b/contrib/include/wx/mmedia/sndulaw.h index c558bb4758..122c53edc0 100644 --- a/contrib/include/wx/mmedia/sndulaw.h +++ b/contrib/include/wx/mmedia/sndulaw.h @@ -13,13 +13,14 @@ #endif #include "wx/defs.h" +#include "wx/mmedia/defs.h" #include "wx/mmedia/sndcodec.h" #include "wx/mmedia/sndbase.h" // // ULAW format // -class WXDLLEXPORT wxSoundFormatUlaw: public wxSoundFormatBase { +class WXDLLIMPEXP_MMEDIA wxSoundFormatUlaw: public wxSoundFormatBase { public: wxSoundFormatUlaw(); ~wxSoundFormatUlaw(); @@ -47,8 +48,8 @@ protected: // ULAW converter class // -class WXDLLEXPORT wxSoundRouterStream; -class WXDLLEXPORT wxSoundStreamUlaw: public wxSoundStreamCodec { +class WXDLLIMPEXP_MMEDIA wxSoundRouterStream; +class WXDLLIMPEXP_MMEDIA wxSoundStreamUlaw: public wxSoundStreamCodec { public: wxSoundStreamUlaw(wxSoundStream& sndio); ~wxSoundStreamUlaw();