c801d85f15
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 lines
159 B
C
12 lines
159 B
C
#ifndef __GRIDH_BASE__
|
|
#define __GRIDH_BASE__
|
|
|
|
#include "wx/generic/gridg.h"
|
|
|
|
#ifndef wxGrid
|
|
#define wxGrid wxGenericGrid
|
|
#endif
|
|
|
|
#endif
|
|
// __GRIDH_BASE__
|