Ignore:
Timestamp:
Dec 5, 2001, 7:06:02 PM (24 years ago)
Author:
sandervl
Message:

overlapped io updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/conout.cpp

    r7549 r7550  
    1 /* $Id: conout.cpp,v 1.13 2001-12-05 14:15:58 sandervl Exp $ */
     1/* $Id: conout.cpp,v 1.14 2001-12-05 18:06:00 sandervl Exp $ */
    22
    33/*
     
    249249#endif
    250250
    251         /* just prevent an endless loop, although this condition might never */
    252                                                                 /* be true ! */
     251  if(lpCompletionRoutine) {
     252      dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO"));
     253  }
     254
     255  /* just prevent an endless loop, although this condition might never */
     256  /* be true ! */
    253257  if (pHMHandleData->hHMHandle != pConsoleGlobals->hConsoleBuffer)
    254258  {
Note: See TracChangeset for help on using the changeset viewer.