mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
revert 38992 as the problem is in wine's ole32.dll
svn path=/trunk/; revision=38993
This commit is contained in:
@@ -184,9 +184,7 @@ GetOverlappedResult (
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (lpNumberOfBytesTransferred)
|
||||
*lpNumberOfBytesTransferred = lpOverlapped->InternalHigh;
|
||||
*lpNumberOfBytesTransferred = lpOverlapped->InternalHigh;
|
||||
|
||||
if (!NT_SUCCESS(lpOverlapped->Internal))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user