wxWidgets/include/wx/dcprint.h

10 lines
146 B
C
Raw Normal View History

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