[shell32] stub for ExtractVersionResource16W

Dmitry Timoshkov dmitry at codeweavers.com
Sat May 2 05:54:14 CDT 2009


"Stefan Leichter" <Stefan.Leichter at camline.com> wrote:

> +/***********************************************************************
> + *              ExtractVersionResource16W (SHELL32.@)
> + */
> +BOOL WINAPI ExtractVersionResource16W(LPWSTR s, DWORD d) {
> +    FIXME("(%s %x) stub!\n", debugstr_w(s), d);
> +    return FALSE;
> +}

Please follow the braces placement style of the file.

Also you might be interested that according to
http://www.geoffchappell.com/viewer.htm?doc=studies/windows/shell/shell32/history/names351.htm
ExtractVersionResource16W is discontinued starting from Windows Vista.

-- 
Dmitry.



More information about the wine-devel mailing list