#ifndef _WX_RADIOBUT_H_
#define _WX_RADIOBUT_H_
-class WXDLLEXPORT wxRadioButton: public wxControl
+class WXDLLIMPEXP_CORE wxRadioButton: public wxControl
{
public:
// ctors and creation functions
virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
protected:
+ virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
virtual wxSize DoGetBestSize() const;
private: