mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[WIN32SS] Fix IntSynthesizeDib to synthesize CF_DIB with CF_BITMAP (#644)
CORE-14770
This commit is contained in:
parent
3766d836c7
commit
8a685446b6
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ IntSynthesizeDib(
|
|||
}
|
||||
|
||||
/* Get information about the bitmap format */
|
||||
memset(&bmiBuffer, 0, sizeof(bmiBuffer));
|
||||
pbmi->bmiHeader.biSize = sizeof(bmiBuffer.bmih);
|
||||
iResult = GreGetDIBitsInternal(hdc,
|
||||
hbm,
|
||||
|
|
Loading…
Reference in a new issue