Fix wxUSE_IFILEDIALOG definition in wxUSE_DYNLIB_CLASS==0 case.
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
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
#if wxUSE_DYNLIB_CLASS && !defined(__WXWINCE__)
|
#if wxUSE_DYNLIB_CLASS && !defined(__WXWINCE__)
|
||||||
#define wxUSE_IFILEDIALOG 1
|
#define wxUSE_IFILEDIALOG 1
|
||||||
#else
|
#else
|
||||||
#define wxUSE_IFILEDIALOG
|
#define wxUSE_IFILEDIALOG 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if wxUSE_IFILEDIALOG
|
#if wxUSE_IFILEDIALOG
|
||||||
|
Reference in New Issue
Block a user