X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c42b1de68a5d4b48c00092d9996574bfb8d8a542..1c9d49c661d385a862ef0f52e7e9f7e60cfe722a:/contrib/include/wx/mmedia/sndaiff.h diff --git a/contrib/include/wx/mmedia/sndaiff.h b/contrib/include/wx/mmedia/sndaiff.h index 3a44a856bc..778708a52f 100644 --- a/contrib/include/wx/mmedia/sndaiff.h +++ b/contrib/include/wx/mmedia/sndaiff.h @@ -4,16 +4,14 @@ // Date: 08/11/1999 // Author: Guilhem Lavaux (C) 1999 // CVSID: $Id$ +// License: wxWindows license // -------------------------------------------------------------------------- #ifndef _WX_SNDAIFF_H #define _WX_SNDAIFF_H -#ifdef __GNUG__ -#pragma interface "sndaiff.h" -#endif - #include "wx/defs.h" #include "wx/stream.h" +#include "wx/mmedia/defs.h" #include "wx/mmedia/sndbase.h" #include "wx/mmedia/sndcodec.h" #include "wx/mmedia/sndfile.h" @@ -22,7 +20,7 @@ // AIFF codec // -class WXDLLEXPORT wxSoundAiff: public wxSoundFileStream { +class WXDLLIMPEXP_MMEDIA wxSoundAiff: public wxSoundFileStream { public: wxSoundAiff(wxInputStream& stream, wxSoundStream& io_sound); wxSoundAiff(wxOutputStream& stream, wxSoundStream& io_sound);