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__
|