X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1be7a35c5ec31b6cfcab9d969c7969586441a945..b901ac2c3b618a020f87a4a02555b72c4b41bc21:/include/wx/minifram.h diff --git a/include/wx/minifram.h b/include/wx/minifram.h index 915781b2c2..3c06de8766 100644 --- a/include/wx/minifram.h +++ b/include/wx/minifram.h @@ -12,6 +12,8 @@ #ifndef _WX_MINIFRAM_H_BASE_ #define _WX_MINIFRAMH_BASE_ +#include "wx/defs.h" + #if defined(__WXPALMOS__) #include "wx/palmos/minifram.h" #elif defined(__WXMSW__) @@ -28,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