X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad81651f00edc6f489d9b6a0839d316a964fd521..a95e38c03464c854af73b960b17db12624bd8f8c:/src/common/paper.cpp?ds=inline 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 +