add wxHAS_MULTIPLE_FILEDLG_FILTERS symbol to be used instead of explicit tests for the platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
#include "wx/dialog.h"
|
||||
#include "wx/arrstr.h"
|
||||
|
||||
// this symbol is defined for the platforms which support multiple
|
||||
#if defined(__WXMSW__) || defined(__WXGTK__) || defined(__WXMAC__)
|
||||
#define wxHAS_MULTIPLE_FILEDLG_FILTERS
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// wxFileDialog data
|
||||
//----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user