git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10511
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#pragma interface "gridctrl.h"
#endif
#pragma interface "gridctrl.h"
#endif
+#if wxUSE_GRID || wxUSE_NEW_GRID
+
#include "wx/grid.h"
#include "wx/string.h"
#include "wx/datetime.h"
#include "wx/grid.h"
#include "wx/string.h"
#include "wx/datetime.h"
+#endif // #if wxUSE_GRID || wxUSE_NEW_GRID
+
#endif //_WX_GENERIC_GRIDCTRL_H_
#endif //_WX_GENERIC_GRIDCTRL_H_
+
+#if wxUSE_GRID || wxUSE_NEW_GRID
+
#ifndef WX_PRECOMP
#include "wx/textctrl.h"
#include "wx/dc.h"
#ifndef WX_PRECOMP
#include "wx/textctrl.h"
#include "wx/dc.h"
return wxSize(width,height);
}
return wxSize(width,height);
}