mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:52:56 +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 (
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*lpNumberOfBytesTransferred = lpOverlapped->InternalHigh;
|
||||||
if (lpNumberOfBytesTransferred)
|
|
||||||
*lpNumberOfBytesTransferred = lpOverlapped->InternalHigh;
|
|
||||||
|
|
||||||
if (!NT_SUCCESS(lpOverlapped->Internal))
|
if (!NT_SUCCESS(lpOverlapped->Internal))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue