Changeset 7550 for trunk/src/kernel32/hmcomm.cpp
- Timestamp:
- Dec 5, 2001, 7:06:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmcomm.cpp
r7549 r7550 1 /* $Id: hmcomm.cpp,v 1.2 6 2001-12-05 14:15:59sandervl Exp $ */1 /* $Id: hmcomm.cpp,v 1.27 2001-12-05 18:06:00 sandervl Exp $ */ 2 2 3 3 /* … … 323 323 dprintf(("Warning: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation")); 324 324 } 325 if(lpCompletionRoutine) { 326 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 327 } 328 325 329 //testestestest 326 330 dprintf2(("Bytes to write:")); … … 384 388 if(!(pHMHandleData->dwFlags & FILE_FLAG_OVERLAPPED) && lpOverlapped) { 385 389 dprintf(("!WARNING!: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation")); 390 } 391 392 if(lpCompletionRoutine) { 393 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 386 394 } 387 395
Note:
See TracChangeset
for help on using the changeset viewer.