X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c42b1de68a5d4b48c00092d9996574bfb8d8a542..749a05ee85ea5453f155454e4640ebf795233ad3:/contrib/include/wx/mmedia/sndoss.h diff --git a/contrib/include/wx/mmedia/sndoss.h b/contrib/include/wx/mmedia/sndoss.h index 9a8f3ddf4a..0760182bb5 100644 --- a/contrib/include/wx/mmedia/sndoss.h +++ b/contrib/include/wx/mmedia/sndoss.h @@ -4,6 +4,7 @@ // Date: 08/11/1999 // Author: Guilhem Lavaux (C) 1999 // CVSID: $Id$ +// License: wxWindows license // -------------------------------------------------------------------------- #ifndef _WX_SNDOSS_H #define _WX_SNDOSS_H @@ -14,6 +15,7 @@ #include "wx/defs.h" #include "wx/string.h" +#include "wx/mmedia/defs.h" #include "wx/mmedia/sndbase.h" #include "wx/mmedia/sndpcm.h" @@ -21,7 +23,7 @@ // OSS output class // -class WXDLLEXPORT wxSoundStreamOSS : public wxSoundStream { +class WXDLLIMPEXP_MMEDIA wxSoundStreamOSS : public wxSoundStream { public: wxSoundStreamOSS(const wxString& dev_name = wxT("/dev/dsp")); ~wxSoundStreamOSS();