projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed the bug with the order of 2 size events when the scrollbar[s] (dis)appear in...
[wxWidgets.git]
/
include
/
wx
/
minifram.h
diff --git
a/include/wx/minifram.h
b/include/wx/minifram.h
index 7a00d5d74df939261d393815ec76021e105ba1ae..c8bd992496a395955fb0b394c815ffc7b96d71bd 100644
(file)
--- a/
include/wx/minifram.h
+++ b/
include/wx/minifram.h
@@
-1,13
+1,19
@@
-#ifndef _
_MINIFRAMH_BASE_
_
-#define __MINIFRAMH_BASE_
+#ifndef _
WX_MINIFRAM_H_BASE
_
+#define _
WX
_MINIFRAMH_BASE_
#if defined(__WXMSW__)
#include "wx/msw/minifram.h"
#elif defined(__WXMOTIF__)
#if defined(__WXMSW__)
#include "wx/msw/minifram.h"
#elif defined(__WXMOTIF__)
-#include "wx/
xt
/minifram.h"
+#include "wx/
motif
/minifram.h"
#elif defined(__WXGTK__)
#include "wx/gtk/minifram.h"
#elif defined(__WXGTK__)
#include "wx/gtk/minifram.h"
+#elif defined(__WXMAC__)
+#include "wx/mac/minifram.h"
+#elif defined(__WXPM__)
+#include "wx/os2/minifram.h"
+#elif defined(__WXSTUBS__)
+#include "wx/stubs/minifram.h"
#endif
#endif
#endif
#endif
- // _
_MINIFRAMH_BASE_
_
+ // _
WX_MINIFRAM_H_BASE
_