Changeset 7466 for trunk/src/kernel32/HandleManager.cpp
- Timestamp:
- Nov 27, 2001, 6:31:15 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/HandleManager.cpp
r7457 r7466 1 /* $Id: HandleManager.cpp,v 1.7 6 2001-11-26 14:53:57 sandervlExp $ */1 /* $Id: HandleManager.cpp,v 1.77 2001-11-27 17:31:15 phaller Exp $ */ 2 2 3 3 /* … … 453 453 HMGlobals.pHMMailslot = new HMMailslotClass("\\MAILSLOT\\"); 454 454 HMGlobals.pHMParPort = new HMDeviceParPortClass("\\\\LPT\\"); 455 456 /* add standard symbolic links */ 457 HandleNamesAddSymbolicLink("\\\\.\\", ""); 455 458 } 456 459 return (NO_ERROR);
Note:
See TracChangeset
for help on using the changeset viewer.