// 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"
// ESD output class
//
-class wxSoundStreamESD : public wxSoundStream {
+class WXDLLIMPEXP_MMEDIA wxSoundStreamESD : public wxSoundStream {
public:
wxSoundStreamESD(const wxString& hostname = wxT("localhost"));
~wxSoundStreamESD();