Commit 605e22ab authored by Alex Villacís Lasso's avatar Alex Villacís Lasso Committed by Alexandre Julliard

Return line count when the bits parameter is NULL.

parent 5f395061
......@@ -746,6 +746,7 @@ INT WINAPI GetDIBits(
info->bmiHeader.biHeight,
info->bmiHeader.biBitCount );
}
lines = info->bmiHeader.biHeight;
}
TRACE("biSizeImage = %ld, biWidth = %ld, biHeight = %ld\n",
......
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