Changeset 7550 for trunk/src/kernel32/hmmailslot.cpp
- Timestamp:
- Dec 5, 2001, 7:06:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmmailslot.cpp
r7549 r7550 1 /* $Id: hmmailslot.cpp,v 1. 6 2001-12-05 14:16:01 sandervl Exp $1 /* $Id: hmmailslot.cpp,v 1.7 2001-12-05 18:06:01 sandervl Exp $ 2 2 * 3 3 * Win32 mailslot APIs … … 368 368 lpNumberOfBytesRead, lpOverlapped)); 369 369 370 if(lpCompletionRoutine) { 371 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 372 } 373 370 374 if(lpNumberOfBytesRead) 371 375 *lpNumberOfBytesRead = 0; … … 417 421 lpNumberOfBytesWritten, lpOverlapped)); 418 422 423 if(lpCompletionRoutine) { 424 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 425 } 426 419 427 if(lpNumberOfBytesWritten) 420 428 *lpNumberOfBytesWritten = 0;
Note:
See TracChangeset
for help on using the changeset viewer.