wxWidgets/include/wx/listctrl.h

14 lines
266 B
C
Raw Normal View History

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