merged back Wine commits

svn path=/trunk/; revision=7767
This commit is contained in:
Martin Fuchs 2004-01-19 06:56:55 +00:00
parent 848b80b405
commit ebbc9105dd
2 changed files with 5 additions and 5 deletions

View file

@ -206,7 +206,7 @@ static HRESULT WINAPI IStream_fnWrite (IStream * iface, const void* pv, ULONG cb
if( !pv )
return STG_E_INVALIDPOINTER;
/* WriteFile() doesn't allow to specify NULL as write count pointer. */
/* WriteFile() doesn't allow to specify NULL as write count pointer */
if (!pcbWritten)
pcbWritten = &dummy_count;