wxUSE_XXX symbols such as this one need to be defined as 0 and not as nothing
at all.
Closes #14509.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72182
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if wxUSE_DYNLIB_CLASS && !defined(__WXWINCE__)
#define wxUSE_IFILEDIALOG 1
#else
#if wxUSE_DYNLIB_CLASS && !defined(__WXWINCE__)
#define wxUSE_IFILEDIALOG 1
#else
- #define wxUSE_IFILEDIALOG
+ #define wxUSE_IFILEDIALOG 0
#endif
#if wxUSE_IFILEDIALOG
#endif
#if wxUSE_IFILEDIALOG