]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
define wxHAS_ATOMIC_OPS only if native implementation is available; use fewer loop...
[wxWidgets.git] / include / wx / msw / toplevel.h
index d3422813f09ef5f9673c5d093768456702d5335e..e1681e056846fb4358c977c3b4000fb71d74b4cb 100644 (file)
@@ -16,7 +16,7 @@
 // wxTopLevelWindowMSW
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxTopLevelWindowMSW : public wxTopLevelWindowBase
+class WXDLLIMPEXP_CORE wxTopLevelWindowMSW : public wxTopLevelWindowBase
 {
 public:
     // constructors and such
@@ -75,8 +75,6 @@ public:
     virtual bool SetTransparent(wxByte alpha);
     virtual bool CanSetTransparent();
 
-    virtual void AddChild( wxWindowBase *child );
-
 
     // implementation from now on
     // --------------------------