remove platform check, always compile this file as it's needed at least by the dialogs sample on all platforms

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-09-19 11:47:27 +00:00
parent 8522a5458b
commit 1db2c81b63

View File

@ -16,7 +16,7 @@
#pragma hdrstop
#endif
#if wxUSE_FILEDLG && (defined(__WXUNIVERSAL__) || defined(__WXGTK__))
#if wxUSE_FILEDLG
// NOTE : it probably also supports MAC, untested
#if !defined(__UNIX__) && !defined(__DOS__) && !defined(__WIN32__) && !defined(__OS2__)