]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/grid.h
Revert "Make wxMSW stack walking methods work with Unicode identifiers."
[wxWidgets.git] / include / wx / grid.h
index c6f4fc5dc803591acecb08ebd6b3694d16c6e2b7..02055658edd5abe0a654fadecf935a578673c454 100644 (file)
@@ -1,7 +1,21 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/grid.h
+// Purpose:     wxGrid base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_GRID_H_BASE_
 #define _WX_GRID_H_BASE_
 
 #include "wx/generic/grid.h"
 
-#endif
-    // _WX_GRID_H_BASE_
+// these headers used to be included from the above header but isn't any more,
+// still do it from here for compatibility
+#include "wx/generic/grideditors.h"
+#include "wx/generic/gridctrl.h"
+
+#endif // _WX_GRID_H_BASE_