e81e3883b9
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
21 lines
273 B
C
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_
|