c801d85f15
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
10 lines
146 B
C
10 lines
146 B
C
#ifndef __DCPRINTH_BASE__
|
|
#define __DCPRINTH_BASE__
|
|
|
|
#if defined(__WINDOWS__)
|
|
#include "wx/msw/dcprint.h"
|
|
#endif
|
|
|
|
#endif
|
|
// __DCPRINTH_BASE__
|