X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99d800190a04a2deaf769017a5fae04a4ae50378..09b895cb4a954494063eb17d3dc302a654fd99e5:/include/wx/print.h?ds=sidebyside diff --git a/include/wx/print.h b/include/wx/print.h index f3a3bfa7f1..ef851dde8c 100644 --- a/include/wx/print.h +++ b/include/wx/print.h @@ -12,6 +12,10 @@ #ifndef _WX_PRINT_H_BASE_ #define _WX_PRINT_H_BASE_ +#include "wx/defs.h" + +#if wxUSE_PRINTING_ARCHITECTURE + #if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) #include "wx/msw/printwin.h" @@ -30,6 +34,6 @@ #endif - +#endif // wxUSE_PRINTING_ARCHITECTURE #endif // _WX_PRINT_H_BASE_