ntdll: support Linux special devices when defined as a dos device

Guy Albertelli galberte at neo.rr.com
Sat Aug 8 15:02:00 CDT 2009


When we are attempting to translate a dos device letter reference
(specified as "\\.\C:" or "\\?\C:") then:

1. If we have linked a Linux special device to a dos drive letter (via
winecfg or other method), return the special device name as the converted
unix file name.

Note: that the permissions of the Linux special device are obeyed.
---
 dlls/ntdll/directory.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 711b6c0a04d5dc23f12fbe3ea04cc765306951cf.diff
Type: text/x-patch
Size: 685 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090808/d867204b/attachment.bin>


More information about the wine-patches mailing list