2 May
2009
2 May
'09
2:48 p.m.
Am Saturday 02 May 2009 12:54:14 schrieb Dmitry Timoshkov:
"Stefan Leichter" <Stefan.Leichter(a)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/h istory/names351.htm ExtractVersionResource16W is discontinued starting from Windows Vista.
What does the second point means for wine? -- Stefan