Changeset 7550 for trunk/src/kernel32/hmstd.cpp
- Timestamp:
- Dec 5, 2001, 7:06:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmstd.cpp
r7549 r7550 1 /* $Id: hmstd.cpp,v 1. 6 2001-12-05 14:16:05sandervl Exp $ */1 /* $Id: hmstd.cpp,v 1.7 2001-12-05 18:06:02 sandervl Exp $ */ 2 2 3 3 /* … … 82 82 lpOverlapped)); 83 83 84 if(lpCompletionRoutine) { 85 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 86 } 84 87 85 88 if(lpNumberOfBytesRead == NULL) { … … 130 133 lpNumberOfBytesWritten = &byteswritten; 131 134 } 135 if(lpCompletionRoutine) { 136 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 137 } 138 132 139 if(pHMHandleData->dwUserData == STD_INPUT_HANDLE) { 133 140 return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.