Re: [take 2] shell32: Check if token references the current user

2008-01-15 Thread Alexandre Julliard
[EMAIL PROTECTED] writes: > Incorporates feedback by Juan Lang > > Changelog: > Ge van Geldorp <[EMAIL PROTECTED]> Please either put your full name in the mail headers, or include the full git headers in the body of your message, so that my commit script can grab your name and email automatical

Re: shell32: Check if token references the current user

2008-01-09 Thread Juan Lang
Hi Ge, sorry I missed this. I have some stylistic quibbles with your patch: +static PSID GetUserFromToken(HANDLE Token) shellpath.c uses the _ prefix for static functions. It's not pretty, perhaps, but please be consistent. @@ -1371,6 +1417,9 @@ static HRESULT _SHGetUserProfilePath(HANDLE hTok

re: shell32: Check if token references the current user

2008-01-09 Thread Dan Kegel
Ge is looking for feedback on this patch, could somebody familiar with the innards of SHGetFolderPath() comment? http://bugs.winehq.org/show_bug.cgi?id=10905#c6 / http://www.winehq.org/pipermail/wine-patches/2007-December/048437.html Thanks, Dan