// wxTopLevelWindowMSW
// ----------------------------------------------------------------------------
-class WXDLLEXPORT wxTopLevelWindowMSW : public wxTopLevelWindowBase
+class WXDLLIMPEXP_CORE wxTopLevelWindowMSW : public wxTopLevelWindowBase
{
public:
// constructors and such
virtual bool SetTransparent(wxByte alpha);
virtual bool CanSetTransparent();
- virtual void AddChild( wxWindowBase *child );
-
// implementation from now on
// --------------------------