Changeset 9543 for trunk/src/kernel32/console.cpp
- Timestamp:
- Dec 27, 2002, 2:31:40 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/console.cpp
r8773 r9543 1 /* $Id: console.cpp,v 1.3 0 2002-06-26 07:13:00 sandervl Exp $ */1 /* $Id: console.cpp,v 1.31 2002-12-27 13:31:40 sandervl Exp $ */ 2 2 3 3 /* … … 372 372 &ConsoleGlobals.hmodResource); 373 373 if (rc != NO_ERROR) 374 WriteLog("KERNEL32/CONSOLE: Can't get handle to KERNEL32 (%u).\n",375 rc) ;374 dprintf(("KERNEL32/CONSOLE: Can't get handle to KERNEL32 (%u).\n", 375 rc)); 376 376 377 377 /* standard console input modes */
Note:
See TracChangeset
for help on using the changeset viewer.