On 2/4/2014 17:21, Andrey Gusev wrote:
> - FIXME("(%p)->(%s,%p,%p,%08x): stub !\n", iface, lpszFileName, pec, pvRef, dwFlags);
> + FIXME("(%p)->(%s,%p,%p,%08x): stub!\n", iface, lpszFileName, pec, pvRef, dwFlags);
It's nice to have a proper spacing of course, but I don't think it
justifies such changes.
> -#define WINE_FILENAME_STR "dpnadr.dll"
> +#define WINE_FILENAME_STR "dpnaddr.dll"
> - ok(dip_gain_get.dwData==dip_gain_set.dwData, "Gain not udated: %i\n", dip_gain_get.dwData);
> + ok(dip_gain_get.dwData==dip_gain_set.dwData, "Gain not updated: %i\n", dip_gain_get.dwData);
These ones are valid, and some others too. But the rest is a noise.