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