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

Vincent Povirk madewokherd at gmail.com
Wed Jun 15 12:51:30 CDT 2011


Won't Wine pass the test only the first time it's run?

2011/6/15 Mariusz Pluciński <vshader at gmail.com>:
> 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