#include "wx/filedlg.h"
#include "wx/intl.h"
-#if !USE_SHARED_LIBRARY
IMPLEMENT_CLASS(wxFileDialog, wxDialog)
-#endif
wxString wxFileSelector(const char *title,
const char *defaultDir, const char *defaultFileName,
return wxEmptyString;
}
-char *wxFileSelectorEx(const char *title,
+wxString wxFileSelectorEx(const char *title,
const char *defaultDir,
const char *defaultFileName,
int* defaultFilterIndex,