]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/printmac.cpp
Use empty check consistent with other parts.
[wxWidgets.git] / src / mac / carbon / printmac.cpp
index 834d523ccf5616e65210ae22c0d328d13e2d213a..f7238e84ce68a9501149e89bbe747d6905a77083 100644 (file)
@@ -16,6 +16,8 @@
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#if wxUSE_PRINTING_ARCHITECTURE
+
 #ifdef __BORLANDC__
 #pragma hdrstop
 #endif
@@ -779,3 +781,5 @@ void wxMacPrintPreview::DetermineScaling(void)
     
     m_previewScale = 1 ;
 }
+
+#endif