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

14 lines
266 B
C

#ifndef __LISTCTRLH_BASE__
#define __LISTCTRLH_BASE__
#if defined(__WXMSW__)
#include "wx/msw/listctrl.h"
#elif defined(__WXMOTIF__)
#include "wx/generic/listctrl.h"
#elif defined(__WXGTK__)
#include "wx/generic/listctrl.h"
#endif
#endif
// __LISTCTRLH_BASE__