X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c42b1de68a5d4b48c00092d9996574bfb8d8a542..a41b5c2fd46c252d57a745516aa4be193802c5a1:/contrib/include/wx/mmedia/sndoss.h?ds=inline diff --git a/contrib/include/wx/mmedia/sndoss.h b/contrib/include/wx/mmedia/sndoss.h index 9a8f3ddf4a..1f0664a449 100644 --- a/contrib/include/wx/mmedia/sndoss.h +++ b/contrib/include/wx/mmedia/sndoss.h @@ -4,16 +4,14 @@ // Date: 08/11/1999 // Author: Guilhem Lavaux (C) 1999 // CVSID: $Id$ +// License: wxWindows license // -------------------------------------------------------------------------- #ifndef _WX_SNDOSS_H #define _WX_SNDOSS_H -#ifdef __GNUG__ -#pragma interface "sndoss.h" -#endif - #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 +19,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();