projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update OpenVMS compile support
[wxWidgets.git]
/
src
/
common
/
paper.cpp
diff --git
a/src/common/paper.cpp
b/src/common/paper.cpp
index fb2c1ca6d3ffa74011638a04728fc82e8ed4a0be..bc29b2acc19093209c3a116d643165ffa43f33b2 100644
(file)
--- a/
src/common/paper.cpp
+++ b/
src/common/paper.cpp
@@
-18,8
+18,10
@@
#if wxUSE_PRINTING_ARCHITECTURE
#if wxUSE_PRINTING_ARCHITECTURE
-
#ifndef WX_PRECOMP
#ifndef WX_PRECOMP
+ #if defined(__WXMSW__)
+ #include "wx/msw/wrapcdlg.h"
+ #endif // MSW
#include "wx/utils.h"
#include "wx/settings.h"
#include "wx/intl.h"
#include "wx/utils.h"
#include "wx/settings.h"
#include "wx/intl.h"
@@
-32,7
+34,6
@@
#include <string.h>
#ifdef __WXMSW__
#include <string.h>
#ifdef __WXMSW__
- #include "wx/msw/wrapcdlg.h"
#ifndef __WIN32__
#include <print.h>
#endif
#ifndef __WIN32__
#include <print.h>
#endif