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:
Mattia Barbon
2005-07-30 17:17:32 +00:00
parent 9c8e9fb600
commit 6603071a99
2 changed files with 28 additions and 2 deletions

View File

@@ -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>