[WIN32SS] Fix IntSynthesizeDib to synthesize CF_DIB with CF_BITMAP (#644)

CORE-14770
This commit is contained in:
Katayama Hirofumi MZ 2018-06-29 02:27:40 +09:00 committed by Hermès BÉLUSCA - MAÏTO
parent 3766d836c7
commit 8a685446b6

View file

@ -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,