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

    r7549 r7550  
    1 /* $Id: hmstd.cpp,v 1.6 2001-12-05 14:16:05 sandervl Exp $ */
     1/* $Id: hmstd.cpp,v 1.7 2001-12-05 18:06:02 sandervl Exp $ */
    22
    33/*
     
    8282           lpOverlapped));
    8383
     84  if(lpCompletionRoutine) {
     85      dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO"));
     86  }
    8487
    8588  if(lpNumberOfBytesRead == NULL) {
     
    130133     lpNumberOfBytesWritten = &byteswritten;
    131134  }
     135  if(lpCompletionRoutine) {
     136      dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO"));
     137  }
     138
    132139  if(pHMHandleData->dwUserData == STD_INPUT_HANDLE) {
    133140     return FALSE;
Note: See TracChangeset for help on using the changeset viewer.