Changeset 7667 for trunk/src/user32/windowmsg.cpp
- Timestamp:
- Dec 21, 2001, 7:43:59 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windowmsg.cpp
r7620 r7667 1 /* $Id: windowmsg.cpp,v 1.3 1 2001-12-12 16:40:44sandervl Exp $ */1 /* $Id: windowmsg.cpp,v 1.32 2001-12-21 18:43:59 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message APIs for OS/2 … … 1130 1130 return WAIT_TIMEOUT; 1131 1131 } 1132 //SvL: Call handlemanager function as we need to translate handles 1133 //TODO: doesn't work at all if waiting for message 1132 //Call handlemanager function as we need to translate handles (KERNEL32) 1134 1133 ret = HMMsgWaitForMultipleObjects(nCount,pHandles,fWaitAll,dwMilliseconds,dwWakeMask); 1135 1134 return ret;
Note:
See TracChangeset
for help on using the changeset viewer.