Changeset 7550 for trunk/src/kernel32/hmparport.cpp
- Timestamp:
- Dec 5, 2001, 7:06:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmparport.cpp
r7549 r7550 1 /* $Id: hmparport.cpp,v 1.1 6 2001-12-05 14:16:04sandervl Exp $ */1 /* $Id: hmparport.cpp,v 1.17 2001-12-05 18:06:02 sandervl Exp $ */ 2 2 3 3 /* … … 352 352 dprintf(("Warning: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation")); 353 353 } 354 if(lpCompletionRoutine) { 355 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 356 } 354 357 355 358 ret = OSLibDosWrite(pHMHandleData->hHMHandle, (LPVOID)lpBuffer, nNumberOfBytesToWrite, … … 407 410 if(!(pHMHandleData->dwFlags & FILE_FLAG_OVERLAPPED) && lpOverlapped) { 408 411 dprintf(("Warning: lpOverlapped != NULL & !FILE_FLAG_OVERLAPPED; sync operation")); 412 } 413 if(lpCompletionRoutine) { 414 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 409 415 } 410 416
Note:
See TracChangeset
for help on using the changeset viewer.