Commit 76e28e60 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

wow64win: Always set output bits pointer in wow64_NtGdiCreateDIBSection.

parent c3c82bd9
......@@ -136,7 +136,7 @@ NTSTATUS WINAPI wow64_NtGdiCreateDIBSection( UINT *args )
ret = NtGdiCreateDIBSection( hdc, section, offset, bmi, usage, header_size,
flags, color_space, addr_32to64( &bits, bits32 ));
if (ret) put_addr( bits32, bits );
put_addr( bits32, bits );
return HandleToUlong( ret );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment