X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e45689df6ca927c2105dd27cd57847a4fad45669..bff023f172d6f9728af27773d0b5fc6e06508d95:/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