]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndesd.h
Keep wxSTC_LEX_ASP and _PHP available for now.
[wxWidgets.git] / contrib / include / wx / mmedia / sndesd.h
index e0d9b5d0a45ae43ccc68db34b3eb377e77ebb5b1..211c5e6c838906b301b8d910014c23e97cebf2aa 100644 (file)
@@ -4,14 +4,11 @@
 // Date: 08/11/1999
 // Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
 // CVSID: $Id$
+// License:    wxWindows license
 // --------------------------------------------------------------------------
 #ifndef _WX_SNDESD_H
 #define _WX_SNDESD_H
 
-#ifdef __GNUG__
-#pragma interface "sndesd.h"
-#endif
-
 #include "wx/defs.h"
 #include "wx/string.h"
 #include "wx/mmedia/defs.h"
@@ -22,7 +19,7 @@
 // ESD output class
 //
 
-class wxSoundStreamESD : public wxSoundStream {
+class WXDLLIMPEXP_MMEDIA wxSoundStreamESD : public wxSoundStream {
 public:
     wxSoundStreamESD(const wxString& hostname = wxT("localhost"));
     ~wxSoundStreamESD();