- long ret = this->MSWDefWindowProc(m_lastMsg, m_lastWParam, m_lastLParam);
-
- // The idea here is to prevent MSWDefWindowProc from being called twice,
- // which it can be where OnChar/OnKeyDown are concerned (because OnChar is
- // sometimes called in wxWin where it isn't in MSW)
- m_lastMsg = 0;
- return ret;