#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();