Make wxBase compiled for wxMotif compatible with wxbase compiled
with all the other Unix-ish ports. Thanks to Ian Brown for nagging about this. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -166,8 +166,9 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
// not Motif-specific, but currently used only under Motif
|
||||
#ifdef __WXMOTIF__
|
||||
// not Motif-specific, but currently used only under Motif,
|
||||
// compiled to make wxMotif and wxGTK base libraries compatible
|
||||
#if defined(__WXMOTIF__) || wxABI_VERSION >= 20602
|
||||
|
||||
#include <wx/vector.h>
|
||||
|
||||
|
Reference in New Issue
Block a user