Changeset 740 for trunk/src/user32/new/oslibmsg.cpp
- Timestamp:
- Aug 29, 1999, 10:05:08 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibmsg.cpp
r342 r740 1 /* $Id: oslibmsg.cpp,v 1. 2 1999-07-20 07:42:35sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.3 1999-08-29 20:05:07 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 62 62 void OSLibWinPostQuitMessage(ULONG nExitCode) 63 63 { 64 WinPostQueueMsg( GetThreadMessageQueue(), WM_QUIT, (MPARAM)nExitCode, 0);64 WinPostQueueMsg(NULLHANDLE, WM_QUIT, (MPARAM)nExitCode, 0); 65 65 } 66 66 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.