Changeset 7472 for trunk/src/kernel32/HandleManager.cpp
- Timestamp:
- Nov 28, 2001, 4:45:45 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/HandleManager.cpp
r7466 r7472 1 /* $Id: HandleManager.cpp,v 1.7 7 2001-11-27 17:31:15 phallerExp $ */1 /* $Id: HandleManager.cpp,v 1.78 2001-11-28 15:45:45 sandervl Exp $ */ 2 2 3 3 /* … … 454 454 HMGlobals.pHMParPort = new HMDeviceParPortClass("\\\\LPT\\"); 455 455 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 456 459 /* add standard symbolic links */ 457 460 HandleNamesAddSymbolicLink("\\\\.\\", ""); 461 #endif 458 462 } 459 463 return (NO_ERROR);
Note:
See TracChangeset
for help on using the changeset viewer.