Changeset 7550 for trunk/src/kernel32/conbuffer.cpp
- Timestamp:
- Dec 5, 2001, 7:06:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/conbuffer.cpp
r7549 r7550 1 /* $Id: conbuffer.cpp,v 1.1 6 2001-12-05 14:15:56sandervl Exp $ */1 /* $Id: conbuffer.cpp,v 1.17 2001-12-05 18:05:59 sandervl Exp $ */ 2 2 3 3 /* … … 276 276 #endif 277 277 278 /* check if we're called with non-existing line buffer */ 278 if(lpCompletionRoutine) { 279 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 280 } 281 282 /* check if we're called with non-existing line buffer */ 279 283 if (pConsoleBuffer->ppszLine == NULL) { 280 284 SetLastError(ERROR_OUTOFMEMORY_W);
Note:
See TracChangeset
for help on using the changeset viewer.