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

    r7549 r7550  
    1 /* $Id: hmnul.cpp,v 1.2 2001-12-05 14:16:02 sandervl Exp $ */
     1/* $Id: hmnul.cpp,v 1.3 2001-12-05 18:06:01 sandervl Exp $ */
    22
    33/*
     
    131131    dprintf(("Warning: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation"));
    132132  }
     133
     134  if(lpCompletionRoutine) {
     135      dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO"));
     136  }
    133137 
    134138  // this is real NUL I/O
     
    189193    dprintf(("Warning: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation"));
    190194  }
     195
     196  if(lpCompletionRoutine) {
     197      dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO"));
     198  }
    191199 
    192200  // this is real NUL I/O
Note: See TracChangeset for help on using the changeset viewer.