[Bug 425] Network UNC path handling

Wine Bugs wine-bugs at winehq.org
Sun Oct 2 11:51:51 CDT 2005


http://bugs.winehq.org/show_bug.cgi?id=425





------- Additional Comments From vitaliy at kievinfo.com  2005-02-10 11:51 -------
I think UNC part (kernel32) is working fine. We have a different problem in nt
namespace (NtCreateFile):
- \\??\\PIPE handled as a named pipes (correct)
- \\??\\MAILSLOT handled as a mailslot (correct)
- everything else is handled as a file (incorrect)
The only way I can see this fixed is to use wineserver's object manager to
resolve a name into an object and perform the proper operation.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list