]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/toplvcmn.cpp
Printing update for Pango (GTK2 and X11-Unicode).
[wxWidgets.git] / src / common / toplvcmn.cpp
index f5386f9835865f904a21eb1d0aa98b18921a2d1d..23eaa3295b15a5af96762eed229c705e801c1bdb 100644 (file)
@@ -28,9 +28,9 @@
 #endif
 
 #ifndef WX_PRECOMP
-    #include "wx/app.h"
     #include "wx/toplevel.h"
     #include "wx/dcclient.h"
+    #include "wx/app.h"
 #endif // WX_PRECOMP
 
 // ----------------------------------------------------------------------------
@@ -46,10 +46,7 @@ END_EVENT_TABLE()
 // implementation
 // ============================================================================
 
-// FIXME: some platforms don't have wxTopLevelWindow yet
-#ifdef wxTopLevelWindowNative
-    IMPLEMENT_DYNAMIC_CLASS(wxTopLevelWindow, wxWindow)
-#endif
+IMPLEMENT_DYNAMIC_CLASS(wxTopLevelWindow, wxWindow)
 
 // ----------------------------------------------------------------------------
 // construction/destruction