[PATCH 1/5] shell32: Add IKnownFolderManager::RegisterFolder implementation

Mariusz Pluciński vshader at gmail.com
Tue Jun 21 06:39:48 CDT 2011


Hello

Would you explain me, what is wrong with this patches series? I've 
submitted it last week and for some reason it's status is untouched. 
(the "failed" status seems to be temporal testbot's problem rather than 
my patch's, so this is not the reason). I have no idea how to fix them.

Best regards
Mariusz Pluciński


W dniu 15.06.2011 18:05, Mariusz Pluciński pisze:
> To not break currently working applications/tests, I decided to 
> implement known folders using following schema:
>  1. implement infrastructure of known folders without breaking 
> currently working CSIDL-based way. New code is used only for  folders 
> registered using RegisterFolder(). For all others, the older code 
> using CSIDL_Data array is used.
>  2. move all folders from CSIDL_Data array to registry and remove old 
> way of accessing them.
> ---
>  dlls/shell32/shellpath.c       |   70 
> ++++++++++++++++++++++++++++++++++++++-
>  dlls/shell32/tests/shellpath.c |    1 -
>  2 files changed, 68 insertions(+), 3 deletions(-)
>
>



More information about the wine-devel mailing list