X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8482f24cfc00645607f8526fde38d39e0dcaa63..1c9d49c661d385a862ef0f52e7e9f7e60cfe722a:/contrib/include/wx/mmedia/sndg72x.h?ds=sidebyside diff --git a/contrib/include/wx/mmedia/sndg72x.h b/contrib/include/wx/mmedia/sndg72x.h index 61ef7d602f..4ff7f8d01b 100644 --- a/contrib/include/wx/mmedia/sndg72x.h +++ b/contrib/include/wx/mmedia/sndg72x.h @@ -4,15 +4,13 @@ // Date: 08/26/1999 // Author: Guilhem Lavaux (C) 1999 // CVSID: $Id$ +// License: wxWindows license // -------------------------------------------------------------------------- #ifndef _WX_SNDG72X_H #define _WX_SNDG72X_H -#ifdef __GNUG__ -#pragma interface "sndg72x.h" -#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 +27,7 @@ typedef struct g72x_state g72state; // // G72X format // -class WXDLLEXPORT wxSoundFormatG72X: public wxSoundFormatBase { +class WXDLLIMPEXP_MMEDIA wxSoundFormatG72X: public wxSoundFormatBase { public: wxSoundFormatG72X(); ~wxSoundFormatG72X(); @@ -57,8 +55,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();