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

    r7549 r7550  
    1 /* $Id: hmdisk.cpp,v 1.34 2001-12-05 14:16:00 sandervl Exp $ */
     1/* $Id: hmdisk.cpp,v 1.35 2001-12-05 18:06:00 sandervl Exp $ */
    22
    33/*
     
    12111211  }
    12121212
     1213  if(lpCompletionRoutine) {
     1214      dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO"));
     1215  }
     1216
    12131217  //If we didn't get an OS/2 handle for the disk before, get one now
    12141218  if(!pHMHandleData->hHMHandle) {
     
    13681372    dprintf(("Warning: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation"));
    13691373  }
     1374  if(lpCompletionRoutine) {
     1375      dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO"));
     1376  }
    13701377
    13711378  //If we didn't get an OS/2 handle for the disk before, get one now
Note: See TracChangeset for help on using the changeset viewer.