]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dirdlgg.cpp
Needed some variation; got bored of seeing the compilation errors for this
[wxWidgets.git] / src / generic / dirdlgg.cpp
index ef802459faa9c3a33247bdaa52b1a01c00852d74..fa4ca908b1f3a67b7213ccb407d12ff14ba13eb7 100644 (file)
@@ -20,6 +20,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_DIRDLG
+
 #include "wx/utils.h"
 #include "wx/dialog.h"
 #include "wx/button.h"
@@ -501,3 +504,5 @@ void wxDirDialog::OnCheck( wxCommandEvent& WXUNUSED(event) )
   printf("Checkbox clicked: %s\n", ( m_check->GetValue() ? "on" : "off" ) );
 }
 */
+
+#endif