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