git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32530
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "PlatWX.h"
#include <wx/textbuf.h>
+#ifdef __WXMSW__
+ // GetHwndOf()
+ #include <wx/msw/private.h>
+#endif
+
//----------------------------------------------------------------------
// Helper classes
bool shift = evt.ShiftDown(),
ctrl = evt.ControlDown(),
alt = evt.AltDown();
-
+
if (ctrl && key >= 1 && key <= 26)
key += 'A' - 1;
#include "PlatWX.h"
#include <wx/textbuf.h>
+#ifdef __WXMSW__
+ // GetHwndOf()
+ #include <wx/msw/private.h>
+#endif
+
//----------------------------------------------------------------------
// Helper classes
bool shift = evt.ShiftDown(),
ctrl = evt.ControlDown(),
alt = evt.AltDown();
-
+
if (ctrl && key >= 1 && key <= 26)
key += 'A' - 1;