// Created: 09.02.01
// RCS-ID: $Id$
// Copyright: (c) 1996-2001 wxWidgets team
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#ifndef _WX_SLIDER_H_BASE_
#include "wx/control.h"
-WXDLLEXPORT_DATA(extern const wxChar*) wxSliderNameStr;
+extern WXDLLEXPORT_DATA(const wxChar*) wxSliderNameStr;
// ----------------------------------------------------------------------------
// wxSliderBase: define wxSlider interface
#include "wx/cocoa/slider.h"
#elif defined(__WXPM__)
#include "wx/os2/slider.h"
+#elif defined(__WXPALMOS__)
+ #include "wx/palmos/slider.h"
#endif
#endif // wxUSE_SLIDER