From: Vadim Zeitlin Date: Wed, 19 Sep 2007 11:47:27 +0000 (+0000) Subject: remove platform check, always compile this file as it's needed at least by the dialog... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1db2c81b632c1de13442cc031eb5cc8b8fb18910 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 --- diff --git a/src/generic/filedlgg.cpp b/src/generic/filedlgg.cpp index d09c7eec53..e9ed4f83f5 100644 --- a/src/generic/filedlgg.cpp +++ b/src/generic/filedlgg.cpp @@ -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__)