On Wednesday, May 11, 2011 6:40:42 AM joerg-cyril.hoe...@t-systems.com wrote:
> Several bugs were fixed by returning the success value that apps would get
> on native, instead of returning the value that would be consistent with
> the specification and implementation state in Wine, e.g. NOTSUPPORTE
Austin English wrote:
- FIXME("(%p,%08u,%u,%p):
stub\n",This,dwFlags,dwEffectsCount,pdwResultCodes);
+ FIXME("(%p,%08u,%u,%p): stub, faking
success!\n",This,dwFlags,dwEffectsCount,pdwResultCodes);
This is superfluous :-) "stub" is generally synonym with faking success.
One lesson a