e75491071d
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 lines
265 B
C
16 lines
265 B
C
#ifndef _WX_DCPRINT_H_BASE_
|
|
#define _WX_DCPRINT_H_BASE_
|
|
|
|
#if defined(__WXMSW__)
|
|
#include "wx/msw/dcprint.h"
|
|
#endif
|
|
#if defined(__WXPM__)
|
|
#include "wx/os2/dcprint.h"
|
|
#endif
|
|
#if defined(__WXMAC__)
|
|
#include "wx/mac/dcprint.h"
|
|
#endif
|
|
|
|
#endif
|
|
// _WX_DCPRINT_H_BASE_
|