X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e81e3883b9dcfbc57ac66dc2ab8b9da443b8561a..6ea48c514e0b911113020c76fdb83b64f5941ddb:/include/wx/print.h?ds=inline diff --git a/include/wx/print.h b/include/wx/print.h index a13dffcad2..ef851dde8c 100644 --- a/include/wx/print.h +++ b/include/wx/print.h @@ -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" @@ -9,12 +24,16 @@ #include "wx/mac/printmac.h" +#elif defined(__WXPM__) + +#include "wx/os2/printos2.h" + #else #include "wx/generic/printps.h" #endif - +#endif // wxUSE_PRINTING_ARCHITECTURE #endif // _WX_PRINT_H_BASE_