winecfg: theming

Kevin Koltzau kevin at plop.org
Tue Aug 23 14:50:03 CDT 2005


On Tuesday 23 August 2005 2:39 pm, Frank Richter wrote:
> +    static const WCHAR themesSubdir[] =
> +    {
> '\\','R','e','s','o','u','r','c','e','s','\\','T','h','e','m','e','s',0 };
> +    WCHAR themesPath[MAX_PATH];
> +
> +    free_theme_files();
> +    themeFiles = DSA_Create (sizeof (ThemeFile), 1);
> +    
> +    GetWindowsDirectoryW (themesPath, MAX_PATH);

This should be based on SHGetFolderPath(CSIDL_RESOURCES)




More information about the wine-devel mailing list