Ignore:
Timestamp:
Mar 28, 2002, 12:35:38 PM (23 years ago)
Author:
sandervl
Message:

comment update for PostQuitMessage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibmsg.cpp

    r8129 r8130  
    1 /* $Id: oslibmsg.cpp,v 1.54 2002-03-28 11:25:59 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.55 2002-03-28 11:35:38 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    162162 APIRET rc;
    163163
     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!!
    164166  rc = WinPostQueueMsg(NULLHANDLE, WM_QUIT, MPFROMLONG(nExitCode), 0);
    165167  dprintf(("WinPostQueueMsg %d returned %d", nExitCode, rc));
Note: See TracChangeset for help on using the changeset viewer.