mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[USER32]
- Fix a bug in new LoadImage implementation svn path=/trunk/; revision=58630
This commit is contained in:
@@ -745,7 +745,7 @@ create_bitmap:
|
||||
if(!hbmpOld)
|
||||
goto end;
|
||||
if(!StretchDIBits(hdc, 0, 0, cxDesired, cyDesired,
|
||||
0, 0, pbmi->bmiHeader.biWidth, pbmi->bmiHeader.biWidth,
|
||||
0, 0, pbmi->bmiHeader.biWidth, pbmi->bmiHeader.biHeight,
|
||||
pvBits, pbmiCopy, DIB_RGB_COLORS, SRCCOPY))
|
||||
{
|
||||
ERR("StretchDIBits failed!.\n");
|
||||
|
||||
Reference in New Issue
Block a user