projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't uninstall common files if there is more than one wxPython installed
[wxWidgets.git]
/
include
/
wx
/
dcprint.h
diff --git
a/include/wx/dcprint.h
b/include/wx/dcprint.h
index 37ebb5469c8a0cf0e6c378f6f6485047fa12fe0c..337207ebdadd6c4d07b5e2934a7aa3c5a8c1d6a8 100644
(file)
--- a/
include/wx/dcprint.h
+++ b/
include/wx/dcprint.h
@@
-1,12
+1,17
@@
#ifndef _WX_DCPRINT_H_BASE_
#define _WX_DCPRINT_H_BASE_
#ifndef _WX_DCPRINT_H_BASE_
#define _WX_DCPRINT_H_BASE_
-#if defined(__WXMSW__)
+#if defined(__PALMOS__)
+#include "wx/palmos/dcprint.h"
+#elif defined(__WXMSW__)
#include "wx/msw/dcprint.h"
#endif
#if defined(__WXPM__)
#include "wx/os2/dcprint.h"
#endif
#include "wx/msw/dcprint.h"
#endif
#if defined(__WXPM__)
#include "wx/os2/dcprint.h"
#endif
+#if defined(__WXMAC__)
+#include "wx/mac/dcprint.h"
+#endif
#endif
// _WX_DCPRINT_H_BASE_
#endif
// _WX_DCPRINT_H_BASE_