]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndoss.h
Include wx/dialog.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / contrib / include / wx / mmedia / sndoss.h
index 24a1e2c9af5a6d29e5bc9f4943026df889088634..1f0664a4498db17572a7bc88c206b89c4a7dd496 100644 (file)
@@ -4,16 +4,14 @@
 // Date: 08/11/1999
 // Author: Guilhem Lavaux <lavaux@easynet.fr> (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 wxSoundStreamOSS : public wxSoundStream {
+class WXDLLIMPEXP_MMEDIA wxSoundStreamOSS : public wxSoundStream {
  public:
   wxSoundStreamOSS(const wxString& dev_name = wxT("/dev/dsp"));
   ~wxSoundStreamOSS();