X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad81651f00edc6f489d9b6a0839d316a964fd521..2035e10e83324c6925d12725b842768f6e2b00a2:/src/common/paper.cpp diff --git a/src/common/paper.cpp b/src/common/paper.cpp index 37dff8558d..653309aafa 100644 --- a/src/common/paper.cpp +++ b/src/common/paper.cpp @@ -22,6 +22,9 @@ #include "wx/defs.h" +#if wxUSE_PRINTING_ARCHITECTURE + + #ifndef WX_PRECOMP #include "wx/utils.h" #include "wx/settings.h" @@ -305,3 +308,5 @@ void wxPrintPaperModule::OnExit() wxThePrintPaperDatabase = NULL; } +#endif // wxUSE_PRINTING_ARCHITECTURE +