- Timestamp:
- Oct 6, 2009, 4:50:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r21344 r21345 936 936 if (WINWM_KEYDOWN == pWinMsg->message && 937 937 (SHORT1FROMMP(mp1) & KC_CHAR) && 938 ( pWinMsg->wParam >= 0x30 && pWinMsg->wParam <= 0x5A) ||939 pWinMsg->wParam == 0x20) 938 ((pWinMsg->wParam >= 0x30 && pWinMsg->wParam <= 0x5A) || 939 pWinMsg->wParam == 0x20)) 940 940 { 941 941 MSG extramsg;
Note:
See TracChangeset
for help on using the changeset viewer.