]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/nativdlg/nativdlg.cpp
Shared build fix.
[wxWidgets.git] / samples / nativdlg / nativdlg.cpp
index 2028fb17d24ba49f5345d26b69d061ef7ffe6d7d..3bb9a214944bc65d3c422bc219b2e23de4f6ab08 100644 (file)
@@ -44,8 +44,10 @@ bool MyApp::OnInit(void)
   // Create the main frame window
   MyFrame   *frame = new MyFrame(NULL, wxID_ANY, _T("wxWidgets Native Dialog Sample"), wxPoint(0, 0), wxSize(300, 250));
 
+#if wxUSE_STATUSBAR
   // Give it a status line
   frame->CreateStatusBar(2);
+#endif // wxUSE_STATUSBAR
 
   // Make a menubar
   wxMenu *file_menu = new wxMenu;