"Stefan Leichter" <stefan.leich...@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.