Changeset 7550 for trunk/src/kernel32/hmfile.cpp
- Timestamp:
- Dec 5, 2001, 7:06:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmfile.cpp
r7549 r7550 1 /* $Id: hmfile.cpp,v 1.3 2 2001-12-05 14:16:01 sandervl Exp $ */1 /* $Id: hmfile.cpp,v 1.33 2001-12-05 18:06:01 sandervl Exp $ */ 2 2 3 3 /* … … 464 464 dprintf(("Warning: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation")); 465 465 } 466 if(lpCompletionRoutine) { 467 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 468 } 466 469 467 470 //SvL: DosRead doesn't like writing to memory addresses returned by
Note:
See TracChangeset
for help on using the changeset viewer.