Changeset 7550 for trunk/src/kernel32/conin.cpp
- Timestamp:
- Dec 5, 2001, 7:06:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/conin.cpp
r7549 r7550 1 /* $Id: conin.cpp,v 1.1 6 2001-12-05 14:15:58sandervl Exp $ */1 /* $Id: conin.cpp,v 1.17 2001-12-05 18:05:59 sandervl Exp $ */ 2 2 3 3 /* … … 141 141 lpOverlapped); 142 142 #endif 143 144 if(lpCompletionRoutine) { 145 dprintf(("!WARNING!: lpCompletionRoutine not supported -> fall back to sync IO")); 146 } 143 147 144 148 ulCounter = 0; /* read ascii chars from queue */
Note:
See TracChangeset
for help on using the changeset viewer.