mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:42:56 +00:00
merged back Wine commits
svn path=/trunk/; revision=7767
This commit is contained in:
parent
848b80b405
commit
ebbc9105dd
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue