Changeset 8130 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Mar 28, 2002, 12:35:38 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r8129 r8130 1 /* $Id: oslibmsg.cpp,v 1.5 4 2002-03-28 11:25:59sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.55 2002-03-28 11:35:38 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 162 162 APIRET rc; 163 163 164 //NOTE: mp2 must always be zero or else we won't be able to distinguish 165 // between the WM_QUIT sent by us and the one sent by the window list!! 164 166 rc = WinPostQueueMsg(NULLHANDLE, WM_QUIT, MPFROMLONG(nExitCode), 0); 165 167 dprintf(("WinPostQueueMsg %d returned %d", nExitCode, rc));
Note:
See TracChangeset
for help on using the changeset viewer.