Changeset 7550 for trunk/src/kernel32/conout.cpp
- Timestamp:
- Dec 5, 2001, 7:06:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/conout.cpp
r7549 r7550 1 /* $Id: conout.cpp,v 1.1 3 2001-12-05 14:15:58sandervl Exp $ */1 /* $Id: conout.cpp,v 1.14 2001-12-05 18:06:00 sandervl Exp $ */ 2 2 3 3 /* … … 249 249 #endif 250 250 251 /* just prevent an endless loop, although this condition might never */ 252 /* be true ! */ 251 if(lpCompletionRoutine) { 252 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 253 } 254 255 /* just prevent an endless loop, although this condition might never */ 256 /* be true ! */ 253 257 if (pHMHandleData->hHMHandle != pConsoleGlobals->hConsoleBuffer) 254 258 {
Note:
See TracChangeset
for help on using the changeset viewer.