Changeset 1606 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Nov 5, 1999, 10:17:27 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r1504 r1606 1 /* $Id: oslibmsg.cpp,v 1. 6 1999-10-28 22:41:00sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.7 1999-11-05 09:16:22 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 145 145 } 146 146 147 if(msg >= WIN32APP_USERMSGBASE) 148 return msg - WIN32APP_USERMSGBASE; 149 147 150 for(int i=0;i<MAX_MSGTRANSTAB;i++) 148 151 {
Note:
See TracChangeset
for help on using the changeset viewer.