]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dirdlg.h
removing outdated code
[wxWidgets.git] / include / wx / msw / dirdlg.h
index 9c6be1fef55ddf77800d53fd792a56aef03c065f..d8fbd9bc7b7a932cc3ec231337dbaa0f5b1d600b 100644 (file)
@@ -28,6 +28,11 @@ public:
     virtual int ShowModal();
 
 private:
+    // The real implementations of ShowModal(), used for Windows versions
+    // before and since Vista.
+    int ShowSHBrowseForFolder(WXHWND owner);
+    int ShowIFileDialog(WXHWND owner);
+
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxDirDialog)
 };