projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added GetMessage to those that are undef'ed and reimplemented as
[wxWidgets.git]
/
include
/
wx
/
statbmp.h
diff --git
a/include/wx/statbmp.h
b/include/wx/statbmp.h
index 32c1534f90d38a35c52d7e87f49d53c825755255..0f32d687a359a9b252303a7558a955899be77f56 100644
(file)
--- a/
include/wx/statbmp.h
+++ b/
include/wx/statbmp.h
@@
-1,15
+1,19
@@
-#ifndef _
_STATBMPH_BASE_
_
-#define _
_STATBMPH_BASE_
_
+#ifndef _
WX_STATBMP_H_BASE
_
+#define _
WX_STATBMP_H_BASE
_
#if defined(__WXMSW__)
#include "wx/msw/statbmp.h"
#elif defined(__WXMOTIF__)
#if defined(__WXMSW__)
#include "wx/msw/statbmp.h"
#elif defined(__WXMOTIF__)
-#include "wx/
xt
/statbmp.h"
+#include "wx/
motif
/statbmp.h"
#elif defined(__WXGTK__)
#include "wx/gtk/statbmp.h"
#elif defined(__WXQT__)
#include "wx/qt/statbmp.h"
#elif defined(__WXGTK__)
#include "wx/gtk/statbmp.h"
#elif defined(__WXQT__)
#include "wx/qt/statbmp.h"
+#elif defined(__WXMAC__)
+#include "wx/mac/statbmp.h"
+#elif defined(__WXSTUBS__)
+#include "wx/stubs/statbmp.h"
#endif
#endif
#endif
#endif
- // _
_STATBMPH_BASE_
_
+ // _
WX_STATBMP_H_BASE
_