Initial revision
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
11
include/wx/grid.h
Normal file
11
include/wx/grid.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __GRIDH_BASE__
|
||||
#define __GRIDH_BASE__
|
||||
|
||||
#include "wx/generic/gridg.h"
|
||||
|
||||
#ifndef wxGrid
|
||||
#define wxGrid wxGenericGrid
|
||||
#endif
|
||||
|
||||
#endif
|
||||
// __GRIDH_BASE__
|
Reference in New Issue
Block a user