Changeset 21527 for trunk/src/user32
- Timestamp:
- Dec 21, 2010, 1:32:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r21502 r21527 348 348 ULONG tmp = filtermin; 349 349 filtermin = filtermax; 350 filtermax = filtermin;350 filtermax = tmp; 351 351 } 352 352 do { … … 520 520 // only supposed to be called upon WM_KEYDOWN 521 521 // and WM_KEYUP according to docs. 522 522 dprintf(("OSLibWinPeekMsg: ProcessKbdHook call")); 523 523 if(ProcessKbdHook(pMsg, fRemove)) 524 524 goto continuepeekmsg;
Note:
See TracChangeset
for help on using the changeset viewer.