Changeset 6921 for trunk/src/kernel32/console.cpp
- Timestamp:
- Oct 1, 2001, 3:47:01 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/console.cpp
r5471 r6921 1 /* $Id: console.cpp,v 1.2 7 2001-04-04 09:00:57 sandervlExp $ */1 /* $Id: console.cpp,v 1.28 2001-10-01 01:47:01 bird Exp $ */ 2 2 3 3 /* … … 53 53 * Header Files * 54 54 *******************************************************************************/ 55 #include <process.h> 55 56 #include <stdlib.h> 56 57 #include <string.h> … … 448 449 CONSOLE_TEXTMODE_BUFFER, 449 450 0); 450 451 451 452 HMSetStdHandle(STD_INPUT_HANDLE, 452 453 hStandardIn); 453 454 454 455 /*********************************************************************** 455 456 * initialize stdout handle * … … 465 466 CONSOLE_TEXTMODE_BUFFER, 466 467 0); 467 468 468 469 HMSetStdHandle(STD_OUTPUT_HANDLE, 469 470 hStandardOut); 470 471 471 472 /*********************************************************************** 472 473 * initialize stderr handle * … … 482 483 CONSOLE_TEXTMODE_BUFFER, 483 484 0); 484 485 485 486 HMSetStdHandle(STD_ERROR_HANDLE, 486 487 hStandardError);
Note:
See TracChangeset
for help on using the changeset viewer.