Ignore:
Timestamp:
Dec 21, 2001, 7:43:59 PM (24 years ago)
Author:
sandervl
Message:

removed outdated comment

File:
1 edited

Legend:

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

    r7620 r7667  
    1 /* $Id: windowmsg.cpp,v 1.31 2001-12-12 16:40:44 sandervl Exp $ */
     1/* $Id: windowmsg.cpp,v 1.32 2001-12-21 18:43:59 sandervl Exp $ */
    22/*
    33 * Win32 window message APIs for OS/2
     
    11301130        return WAIT_TIMEOUT;
    11311131  }
    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)
    11341133  ret = HMMsgWaitForMultipleObjects(nCount,pHandles,fWaitAll,dwMilliseconds,dwWakeMask);
    11351134  return ret;
Note: See TracChangeset for help on using the changeset viewer.