]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/print.h
account for scroll offset correctly in the mouse event handler
[wxWidgets.git] / include / wx / print.h
index fe3558726f52b871c601baaabf2476d3db896a41..12160a8e1a56afb7589f33b4db4666b3531514c4 100644 (file)
@@ -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_
 
 #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__)
 
 #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__)
 
 
 #elif defined(__WXPM__)
 
@@ -19,6 +34,6 @@
 
 #endif
 
 
 #endif
 
-
+#endif // wxUSE_PRINTING_ARCHITECTURE
 #endif
     // _WX_PRINT_H_BASE_
 #endif
     // _WX_PRINT_H_BASE_