ntdll: complete RtlFormatCurrentUserKeyPath

Juan Lang juan_lang at yahoo.com
Sat Sep 11 20:42:53 CDT 2004


RtlFormatCurrentUserKeyPath was creating the path
\\Registry\\User\\<username> directly, when it could
call RtlConvertSidToUnicodeString (which does nearly
the same thing) itself.  This appears to be the
correct way to go about it, so this patch does that.

ChangeLog: implement RtlFormatCurrentUserPath using
RtlConvertSidToUnicodeString with the SID for the
current thread or the current process, whichever is
set.

--Juan


		
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ntdll.diff
Type: text/x-patch
Size: 3932 bytes
Desc: ntdll.diff
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040911/e5d63d6c/ntdll.bin


More information about the wine-patches mailing list