Changeset 7443 for trunk/src/kernel32/hmparport.cpp
- Timestamp:
- Nov 23, 2001, 7:58:24 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmparport.cpp
r7439 r7443 1 /* $Id: hmparport.cpp,v 1. 6 2001-11-23 16:07:19phaller Exp $ */1 /* $Id: hmparport.cpp,v 1.7 2001-11-23 18:58:24 phaller Exp $ */ 2 2 3 3 /* … … 15 15 #include <string.h> 16 16 #include <handlemanager.h> 17 #include "handlenames.h" 17 18 #include <heapstring.h> 18 19 #include <winioctl.h> … … 150 151 HMDeviceRegisterEx("LPT1", this, pData); 151 152 152 // @@@PH 153 // Note: also register \Device\ParallelPort1... 154 // -> we need the kernel object name space mapping 153 // add symbolic links to the "real name" of the device 154 HandleNamesAddSymbolicLink("\\Device\\ParallelPort1", "LPT1"); 155 HandleNamesAddSymbolicLink("\\Device\\ParallelPort2", "LPT2"); 156 HandleNamesAddSymbolicLink("\\Device\\ParallelPort3", "LPT3"); 155 157 } 156 158
Note:
See TracChangeset
for help on using the changeset viewer.