define wxMiniFrame at least somehow if the current port doesn't define it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -30,6 +30,11 @@
|
|||||||
#include "wx/mac/minifram.h"
|
#include "wx/mac/minifram.h"
|
||||||
#elif defined(__WXPM__)
|
#elif defined(__WXPM__)
|
||||||
#include "wx/os2/minifram.h"
|
#include "wx/os2/minifram.h"
|
||||||
|
#else
|
||||||
|
// TODO: it seems that wxMiniFrame could be just defined here generically
|
||||||
|
// instead of having all the above port-specific headers
|
||||||
|
#include "wx/frame.h"
|
||||||
|
typedef wxFrame wxMiniFrame;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user