- Timestamp:
- Aug 4, 2003, 7:06:50 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r10190 r10205 1 /* $Id: oslibmsg.cpp,v 1.7 2 2003-07-31 15:56:43sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.73 2003-08-04 17:06:50 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 364 364 goto continuegetmsg; 365 365 break; 366 case WINWM_CHAR: 367 case WINWM_SYSCHAR: 368 // prevent from calling wrong DispatchMsg() (DBCS generated WM_CHAR) 369 memset( &teb->o.odin.winmsg, 0, sizeof( MSG )); 370 break; 366 371 } 367 372 return rc; … … 531 536 goto continuepeekmsg; 532 537 break; 538 case WINWM_CHAR: 539 case WINWM_SYSCHAR: 540 // prevent from calling wrong DispatchMsg() (DBCS generated WM_CHAR) 541 memset( &teb->o.odin.winmsg, 0, sizeof( MSG )); 542 break; 533 543 } 534 544 }
Note:
See TracChangeset
for help on using the changeset viewer.