"Martin Fuchs" martin-fuchs@gmx.net writes:
- if (This->bDirty)
return S_OK;
- return NOERROR;
S_OK and NOERROR mean the same thing, so this doesn't look quite right.
On 25.03.2004 01:00:25 Alexandre Julliard wrote:
"Martin Fuchs" martin-fuchs@gmx.net writes:
- if (This->bDirty)
return S_OK;
- return NOERROR;
S_OK and NOERROR mean the same thing, so this doesn't look quite right.
Sure. It should be S_FALSE instead of NOERROR.