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)