wxWidgets/include/wx/dcprint.h
1998-07-10 14:15:17 +00:00

10 lines
144 B
C

#ifndef __DCPRINTH_BASE__
#define __DCPRINTH_BASE__
#if defined(__WXMSW__)
#include "wx/msw/dcprint.h"
#endif
#endif
// __DCPRINTH_BASE__