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

    r7549 r7550  
    1 /* $Id: hmfile.cpp,v 1.32 2001-12-05 14:16:01 sandervl Exp $ */
     1/* $Id: hmfile.cpp,v 1.33 2001-12-05 18:06:01 sandervl Exp $ */
    22
    33/*
     
    464464    dprintf(("Warning: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation"));
    465465  }
     466  if(lpCompletionRoutine) {
     467      dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO"));
     468  }
    466469
    467470  //SvL: DosRead doesn't like writing to memory addresses returned by
Note: See TracChangeset for help on using the changeset viewer.