]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/print.h
use symbolic name for the shell menu bar too; include resources.h in wince.rc directl...
[wxWidgets.git] / include / wx / print.h
index fe3558726f52b871c601baaabf2476d3db896a41..ef851dde8c625de65abad9c93cdee8d589d8ecf6 100644 (file)
@@ -1,6 +1,21 @@
+/////////////////////////////////////////////////////////////////////////////
+// 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"
@@ -19,6 +34,6 @@
 
 #endif
 
-
+#endif // wxUSE_PRINTING_ARCHITECTURE
 #endif
     // _WX_PRINT_H_BASE_