mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
revert 38992 as the problem is in wine's ole32.dll
svn path=/trunk/; revision=38993
This commit is contained in:
parent
0beccb3e1e
commit
ea36a66139
1 changed files with 1 additions and 3 deletions
|
@ -184,9 +184,7 @@ GetOverlappedResult (
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
if (lpNumberOfBytesTransferred)
|
||||
*lpNumberOfBytesTransferred = lpOverlapped->InternalHigh;
|
||||
*lpNumberOfBytesTransferred = lpOverlapped->InternalHigh;
|
||||
|
||||
if (!NT_SUCCESS(lpOverlapped->Internal))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue