Changeset 7550 for trunk/src/kernel32/hmdisk.cpp
- Timestamp:
- Dec 5, 2001, 7:06:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmdisk.cpp
r7549 r7550 1 /* $Id: hmdisk.cpp,v 1.3 4 2001-12-05 14:16:00 sandervl Exp $ */1 /* $Id: hmdisk.cpp,v 1.35 2001-12-05 18:06:00 sandervl Exp $ */ 2 2 3 3 /* … … 1211 1211 } 1212 1212 1213 if(lpCompletionRoutine) { 1214 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 1215 } 1216 1213 1217 //If we didn't get an OS/2 handle for the disk before, get one now 1214 1218 if(!pHMHandleData->hHMHandle) { … … 1368 1372 dprintf(("Warning: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation")); 1369 1373 } 1374 if(lpCompletionRoutine) { 1375 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 1376 } 1370 1377 1371 1378 //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.