No real changes, just use KF_EXTENDED instead of hard-coded bit mask.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2010 10:18:35 +0000 (10:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2010 10:18:35 +0000 (10:18 +0000)
commite6cef55ae17024e6cff72b575c22890a52f245b7
tree76293c76dc26d7d708ca33690fdb77fa08708cba
parent042ddf5def3a42eefe149c2b8c8f6471454b4e31
No real changes, just use KF_EXTENDED instead of hard-coded bit mask.

KF_EXTENDED is defined in Windows headers as the mask for extracting the
"extended" bit from LPARAM of the keyboard messages. Use it instead of
explicitly writing less clear "1 << 24".

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