]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dirdlg.cpp
Finally removes occurences of OnMenuCommand and closes bug #1164678
[wxWidgets.git] / src / os2 / dirdlg.cpp
index 1dd38fa43a2d9701d976b3dc5b42ee35dd3c66ec..915fda9f91b110f4e7a88712242bd6994d255fea 100644 (file)
 #include "wx/os2/private.h"
 #include "wx/cmndata.h"
 
-#include <math.h>
 #include <stdlib.h>
 #include <string.h>
 
 #define wxDIALOG_DEFAULT_X 300
 #define wxDIALOG_DEFAULT_Y 300
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_CLASS(wxDirDialog, wxDialog)
-#endif
 
 wxDirDialog::wxDirDialog(wxWindow *parent, const wxString& message,
         const wxString& defaultPath,