]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndcodec.h
Include wx/dialog.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / contrib / include / wx / mmedia / sndcodec.h
index 27ca206c5b46ac001c6395a1894491326c1ffb7f..814565eb698cb9b36d179a8735f5a2b91c276191 100644 (file)
@@ -4,18 +4,16 @@
 // Date: 08/11/1999
 // Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
 // CVSID: $Id$
+// License:    wxWindows license
 // --------------------------------------------------------------------------
 #ifndef _WX_SNDCODEC_H
 #define _WX_SNDCODEC_H
 
-#ifdef __GNUG__
-#pragma interface "sndcodec.h"
-#endif
-
 #include "wx/defs.h"
+#include "wx/mmedia/defs.h"
 #include "wx/mmedia/sndbase.h"
 
-class WXDLLEXPORT wxSoundStreamCodec: public wxSoundStream {
+class WXDLLIMPEXP_MMEDIA wxSoundStreamCodec: public wxSoundStream {
  public:
   wxSoundStreamCodec(wxSoundStream& snd_io);
   ~wxSoundStreamCodec();