Committing in .
improvement of the previous commit fixes OpenVMS support for wxGTK1 Modified Files: wxWidgets/include/wx/dirdlg.h wxWidgets/src/gtk1/descrip.mms Removed Files: wxWidgets/src/gtk1/dirdlg.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -88,11 +88,16 @@ protected:
|
||||
|
||||
#include "wx/msw/dirdlg.h"
|
||||
|
||||
// Native GTK
|
||||
// Native GTK for gtk2.x and generic for gtk1.x
|
||||
#elif defined(__WXGTK__)
|
||||
|
||||
#if defined( __WXGTK20__ )
|
||||
#include "wx/gtk/dirdlg.h"
|
||||
#define wxDirDialog wxDirDialogGTK
|
||||
#else
|
||||
#include "wx/generic/dirdlgg.h"
|
||||
#define wxDirDialog wxGenericDirDialog
|
||||
#endif
|
||||
|
||||
// Native Mac
|
||||
#elif defined(__WXMAC__)
|
||||
|
Reference in New Issue
Block a user