shell32: Create profile directories available in Vista and above

Alexandre Julliard julliard at winehq.org
Wed Jul 30 11:49:27 CDT 2014


Michael Müller <michael at fds-team.de> writes:

> diff --git a/include/shlobj.h b/include/shlobj.h
> index 9025a73..dcea14e 100644
> --- a/include/shlobj.h
> +++ b/include/shlobj.h
> @@ -1529,6 +1529,15 @@ HRESULT WINAPI SHGetFolderPathW(HWND hwnd, int nFolder, HANDLE hToken, DWORD dwF
>  #define CSIDL_CDBURN_AREA	0x003b
>  #define CSIDL_COMPUTERSNEARME	0x003d
>  #define CSIDL_PROFILES		0x003e
> +
> +/* Wine internal CSIDLs */
> +#define CSIDL_WINE_CONTACTS         0x0043
> +#define CSIDL_WINE_DOWNLOADS        0x0047
> +#define CSIDL_WINE_LINKS            0x004d
> +#define CSIDL_WINE_APPDATA_LOCALLOW 0x004e
> +#define CSIDL_WINE_SAVED_GAMES      0x0062
> +#define CSIDL_WINE_SEARCHES         0x0063

This should be private to shell32. Also please avoid the WINE_ prefix,
that makes it sound like they are Wine extensions (the defines may not
exist on Windows, but the folders do).

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list