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

    r7549 r7550  
    1 /* $Id: conbuffer.cpp,v 1.16 2001-12-05 14:15:56 sandervl Exp $ */
     1/* $Id: conbuffer.cpp,v 1.17 2001-12-05 18:05:59 sandervl Exp $ */
    22
    33/*
     
    276276#endif
    277277
    278                       /* check if we're called with non-existing line buffer */
     278  if(lpCompletionRoutine) {
     279      dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO"));
     280  }
     281
     282  /* check if we're called with non-existing line buffer */
    279283  if (pConsoleBuffer->ppszLine == NULL) {
    280284    SetLastError(ERROR_OUTOFMEMORY_W);
Note: See TracChangeset for help on using the changeset viewer.