]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/frame.cpp
don't define WINVER as 0x0400 in configure, it's defined in the headers as 0x0600...
[wxWidgets.git] / src / gtk1 / frame.cpp
index 3768d3a77ab460a9cda45e682dc6c6dfa9a6d823..493ab611660ffa7e2a6bbcb75e7ce499938f1c3b 100644 (file)
     #include "wx/dcclient.h"
     #include "wx/menu.h"
     #include "wx/dialog.h"
-#endif // WX_PRECOMP
-
-#include "wx/control.h"
-#if wxUSE_TOOLBAR
+    #include "wx/control.h"
     #include "wx/toolbar.h"
-#endif
-#if wxUSE_STATUSBAR
     #include "wx/statusbr.h"
-#endif
+#endif // WX_PRECOMP
 
 #include <glib.h>
 #include "wx/gtk1/private.h"