X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1be7a35c5ec31b6cfcab9d969c7969586441a945..92120c6e8991a4db4f880edc3ebc47a7cf71cbd8:/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