wxWidgets/include/wx/grid.h

12 lines
159 B
C
Raw Normal View History

#ifndef __GRIDH_BASE__
#define __GRIDH_BASE__
#include "wx/generic/gridg.h"
#ifndef wxGrid
#define wxGrid wxGenericGrid
#endif
#endif
// __GRIDH_BASE__