Changeset 7550 for trunk/src/kernel32/hmnul.cpp
- Timestamp:
- Dec 5, 2001, 7:06:02 PM (24 years ago)
- 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:02sandervl Exp $ */1 /* $Id: hmnul.cpp,v 1.3 2001-12-05 18:06:01 sandervl Exp $ */ 2 2 3 3 /* … … 131 131 dprintf(("Warning: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation")); 132 132 } 133 134 if(lpCompletionRoutine) { 135 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 136 } 133 137 134 138 // this is real NUL I/O … … 189 193 dprintf(("Warning: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation")); 190 194 } 195 196 if(lpCompletionRoutine) { 197 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 198 } 191 199 192 200 // this is real NUL I/O
Note:
See TracChangeset
for help on using the changeset viewer.