Changeset 7476 for trunk/src/kernel32/console.cpp
- Timestamp:
- Nov 29, 2001, 1:20:48 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/console.cpp
r6921 r7476 1 /* $Id: console.cpp,v 1.2 8 2001-10-01 01:47:01 birdExp $ */1 /* $Id: console.cpp,v 1.29 2001-11-29 00:20:46 phaller Exp $ */ 2 2 3 3 /* … … 74 74 #include "conwin.h" // Windows Header for console only 75 75 #include "HandleManager.h" 76 #include "handlenames.h" 76 77 #include "HMDevice.h" 77 78 … … 415 416 dprintf(("KERNEL32:ConsoleDevicesRegister: registering CONOUT$ failed with %u.\n", 416 417 rc)); 417 418 419 // add standard symbolic links 420 HandleNamesAddSymbolicLink("CON", "CONOUT$"); 421 HandleNamesAddSymbolicLink("CON:", "CONOUT$"); 422 HandleNamesAddSymbolicLink("\\\\.\\CON", "CONOUT$"); 423 418 424 if(flVioConsole == TRUE) 419 425 {
Note:
See TracChangeset
for help on using the changeset viewer.