projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update setup.h for univ
[wxWidgets.git]
/
include
/
wx
/
minifram.h
diff --git
a/include/wx/minifram.h
b/include/wx/minifram.h
index 915781b2c2d71aff754f1f33147e75c264eb2f6c..3c06de8766f458d883cee57a214869f23c0792bc 100644
(file)
--- a/
include/wx/minifram.h
+++ b/
include/wx/minifram.h
@@
-12,6
+12,8
@@
#ifndef _WX_MINIFRAM_H_BASE_
#define _WX_MINIFRAMH_BASE_
#ifndef _WX_MINIFRAM_H_BASE_
#define _WX_MINIFRAMH_BASE_
+#include "wx/defs.h"
+
#if defined(__WXPALMOS__)
#include "wx/palmos/minifram.h"
#elif defined(__WXMSW__)
#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"
#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
#endif
#endif