Ignore:
Timestamp:
Nov 29, 2001, 1:20:48 AM (24 years ago)
Author:
phaller
Message:

added NUL device

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/console.cpp

    r6921 r7476  
    1 /* $Id: console.cpp,v 1.28 2001-10-01 01:47:01 bird Exp $ */
     1/* $Id: console.cpp,v 1.29 2001-11-29 00:20:46 phaller Exp $ */
    22
    33/*
     
    7474#include "conwin.h"          // Windows Header for console only
    7575#include "HandleManager.h"
     76#include "handlenames.h"
    7677#include "HMDevice.h"
    7778
     
    415416      dprintf(("KERNEL32:ConsoleDevicesRegister: registering CONOUT$ failed with %u.\n",
    416417               rc));
    417 
     418 
     419  // add standard symbolic links
     420  HandleNamesAddSymbolicLink("CON",        "CONOUT$");
     421  HandleNamesAddSymbolicLink("CON:",       "CONOUT$");
     422  HandleNamesAddSymbolicLink("\\\\.\\CON", "CONOUT$");
     423 
    418424  if(flVioConsole == TRUE)
    419425  {
Note: See TracChangeset for help on using the changeset viewer.