Ignore:
Timestamp:
Nov 28, 2001, 4:45:45 PM (24 years ago)
Author:
sandervl
Message:

removed symbolic name change

File:
1 edited

Legend:

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

    r7466 r7472  
    1 /* $Id: HandleManager.cpp,v 1.77 2001-11-27 17:31:15 phaller Exp $ */
     1/* $Id: HandleManager.cpp,v 1.78 2001-11-28 15:45:45 sandervl Exp $ */
    22
    33/*
     
    454454    HMGlobals.pHMParPort    = new HMDeviceParPortClass("\\\\LPT\\");
    455455   
     456#if 0
     457    //This is a very bad idea. \\\\.\\NTICE -> NTICE, if the file exits, then
     458    //it will open the file instead of the device driver
    456459    /* add standard symbolic links */
    457460    HandleNamesAddSymbolicLink("\\\\.\\", "");
     461#endif
    458462  }
    459463  return (NO_ERROR);
Note: See TracChangeset for help on using the changeset viewer.