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/conbuffervio.cpp

    r7549 r7550  
    1 /* $Id: conbuffervio.cpp,v 1.5 2001-12-05 14:15:57 sandervl Exp $ */
     1/* $Id: conbuffervio.cpp,v 1.6 2001-12-05 18:05:59 sandervl Exp $ */
    22
    33/*
     
    120120#endif
    121121
     122  if(lpCompletionRoutine) {
     123      dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO"));
     124  }
     125
    122126  /* check if we're called with non-existing line buffer */
    123127  if (pConsoleBuffer->ppszLine == NULL) {
Note: See TracChangeset for help on using the changeset viewer.