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