ALLUSERSPROFILE Patch

Austin English austinenglish at gmail.com
Sun Dec 9 17:52:03 CST 2007


While looking at bug 7292
(http://bugs.winehq.org/show_bug.cgi?id=7292) I wrote a patch to
implement ALLUSERSPROFILE. I looked on MSDN/Google for the dirid for
this shell folder, but can only find dirids for it's subdirectories.
For example:
16406 	All Users\Start Menu
16407 	All Users\Start Menu\Programs
16408 	All Users\Start Menu\Programs\Startup
16409 	All Users\Desktop
16415 	All Users\Favorites
16419 	All Users\Application Data

Looking for an opinion on which would be better, to map ALLUSERSPROFILE to
%10%\profiles\All Users
(This is how my current patch does it)

Or I could continue looking for the windows implementation of it,
which so far hasn't proven very fruitful.

Patch is attached.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ADD_ALLUSERSPROFILE.txt
Url: http://www.winehq.org/pipermail/wine-devel/attachments/20071209/4b05b86c/attachment.txt 


More information about the wine-devel mailing list