Ignore:
Timestamp:
Nov 27, 2001, 6:31:15 PM (24 years ago)
Author:
phaller
Message:

added ./ as standard symbolic link to the local namespace

File:
1 edited

Legend:

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

    r7457 r7466  
    1 /* $Id: HandleManager.cpp,v 1.76 2001-11-26 14:53:57 sandervl Exp $ */
     1/* $Id: HandleManager.cpp,v 1.77 2001-11-27 17:31:15 phaller Exp $ */
    22
    33/*
     
    453453    HMGlobals.pHMMailslot   = new HMMailslotClass("\\MAILSLOT\\");
    454454    HMGlobals.pHMParPort    = new HMDeviceParPortClass("\\\\LPT\\");
     455   
     456    /* add standard symbolic links */
     457    HandleNamesAddSymbolicLink("\\\\.\\", "");
    455458  }
    456459  return (NO_ERROR);
Note: See TracChangeset for help on using the changeset viewer.