X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99d800190a04a2deaf769017a5fae04a4ae50378..ed903e42421d76ac96e0e48724c66afc611a740a:/include/wx/print.h 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_