Compilation fix for MinGW 4.x in new keyboard code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Sep 2010 22:11:27 +0000 (22:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Sep 2010 22:11:27 +0000 (22:11 +0000)
commit4d5d3cb924ccbad1b3f340cfbfe4b5c83d699612
treeaf5095e373dc1d7daf2f250be49cc9c8c4df99e4
parent5ed8879eaf9d220414e85764b0b97fa11a15a6aa
Compilation fix for MinGW 4.x in new keyboard code.

Explicitly choose the comparison operator to use when comparing wchar_t and
int values, otherwise MinGW (correctly) complains about ambiguity between
(int, int) and (wchar_t, const wxUniChar&) overloads.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/window.cpp