wxWidgets/include/wx/print.h
Robert Roebling e81e3883b9 Added new wxPrintFactory code and made wxPrinter
and wxPrintPreview make use of it. BIG CHANGE.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-12 21:07:42 +00:00

21 lines
273 B
C

#ifndef _WX_PRINT_H_BASE_
#define _WX_PRINT_H_BASE_
#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/printwin.h"
#elif defined(__WXMAC__)
#include "wx/mac/printmac.h"
#else
#include "wx/generic/printps.h"
#endif
#endif
// _WX_PRINT_H_BASE_