X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8482f24cfc00645607f8526fde38d39e0dcaa63..7f5d8b0085b0140f62fb49dd8a0e50ed895e4632:/contrib/include/wx/mmedia/sndg72x.h diff --git a/contrib/include/wx/mmedia/sndg72x.h b/contrib/include/wx/mmedia/sndg72x.h index 61ef7d602f..7011cb5099 100644 --- a/contrib/include/wx/mmedia/sndg72x.h +++ b/contrib/include/wx/mmedia/sndg72x.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" #include "wx/mmedia/sndbase.h" @@ -29,7 +30,7 @@ typedef struct g72x_state g72state; // // G72X format // -class WXDLLEXPORT wxSoundFormatG72X: public wxSoundFormatBase { +class WXDLLIMPEXP_MMEDIA wxSoundFormatG72X: public wxSoundFormatBase { public: wxSoundFormatG72X(); ~wxSoundFormatG72X(); @@ -57,8 +58,8 @@ class WXDLLEXPORT wxSoundFormatG72X: public wxSoundFormatBase { // ULAW converter class // -class WXDLLEXPORT wxSoundRouterStream; -class WXDLLEXPORT wxSoundStreamG72X: public wxSoundStreamCodec { +class WXDLLIMPEXP_MMEDIA wxSoundRouterStream; +class WXDLLIMPEXP_MMEDIA wxSoundStreamG72X: public wxSoundStreamCodec { public: wxSoundStreamG72X(wxSoundStream& sndio); ~wxSoundStreamG72X();