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

14 lines
251 B
C

#ifndef __CONTROLH_BASE__
#define __CONTROLH_BASE__
#if defined(__WXMSW__)
#include "wx/msw/control.h"
#elif defined(__WXMOTIF__)
#include "wx/xt/control.h"
#elif defined(__WXGTK__)
#include "wx/gtk/control.h"
#endif
#endif
// __CONTROLH_BASE__