projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxDC::Blit() ignores useMask if there is no mask instead of giving an assert failure
[wxWidgets.git]
/
include
/
wx
/
helpwin.h
diff --git
a/include/wx/helpwin.h
b/include/wx/helpwin.h
index 5743288dadcfe9ea45a4542c6a06ac38a1b6d6f7..a5b207bb5ac6e788f016a11095d2fc4d1b03d71f 100644
(file)
--- a/
include/wx/helpwin.h
+++ b/
include/wx/helpwin.h
@@
-1,7
+1,11
@@
#ifndef _WX_HELPWIN_H_BASE_
#define _WX_HELPWIN_H_BASE_
+#if defined(__WXMSW__)
#include "wx/msw/helpwin.h"
+#elif defined(__WXPM__)
+#include "wx/os2/helpwin.h"
+#endif
#endif
// _WX_HELPWIN_H_BASE_