X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f23b6f74bbf43799594924e94382b13587b4a57e..35524f615e56a566786b7621c4b1d16a9c7dd3c7:/include/wx/print.h?ds=sidebyside

diff --git a/include/wx/print.h b/include/wx/print.h
index fe3558726f..12160a8e1a 100644
--- a/include/wx/print.h
+++ b/include/wx/print.h
@@ -1,13 +1,28 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/print.h
+// Purpose:     Base header for printer classes
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #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"
 
 #elif defined(__WXMAC__)
 
-#include "wx/mac/printmac.h"
+#include "wx/osx/printmac.h"
 
 #elif defined(__WXPM__)
 
@@ -19,6 +34,6 @@
 
 #endif
 
-
+#endif // wxUSE_PRINTING_ARCHITECTURE
 #endif
     // _WX_PRINT_H_BASE_