X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e45689df6ca927c2105dd27cd57847a4fad45669..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/minifram.h diff --git a/include/wx/minifram.h b/include/wx/minifram.h index 8792576ef4..3c06de8766 100644 --- a/include/wx/minifram.h +++ b/include/wx/minifram.h @@ -30,6 +30,11 @@ #include "wx/mac/minifram.h" #elif defined(__WXPM__) #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