]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dirdlgg.h
Fixed OS/2 compilation problems.
[wxWidgets.git] / include / wx / generic / dirdlgg.h
index 278a1c6083f7f9b121426ef2f6d1563238c168eb..908473efefbf5d695a3c35edfd6edc7dcbc6ba77 100644 (file)
@@ -37,10 +37,10 @@ class WXDLLEXPORT wxGenericDirDialog: public wxDialog
 public:
     wxGenericDirDialog(): wxDialog() {}
     wxGenericDirDialog(wxWindow* parent, const wxString& title,
-                       const wxString& defaultPath = wxEmptyString, 
+                       const wxString& defaultPath = wxEmptyString,
                        long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER,
-                       const wxPoint& pos = wxDefaultPosition, 
-                       const wxSize& sz = wxSize(450, 550), 
+                       const wxPoint& pos = wxDefaultPosition,
+                       const wxSize& sz = wxSize(450, 550),
                        const wxString& name = _T("dialog"));
 
     //// Accessors
@@ -75,7 +75,7 @@ protected:
     DECLARE_EVENT_TABLE()
 };
 
-#if !defined(__WXMSW__) && !defined(__WXMAC__) && !defined(__WXPM__)
+#if !defined(__WXMSW__) && !defined(__WXMAC__)
     #define wxDirDialog wxGenericDirDialog
 #endif