| Index: core/src/fxge/win32/fx_win32_dib.cpp
|
| diff --git a/core/src/fxge/win32/fx_win32_dib.cpp b/core/src/fxge/win32/fx_win32_dib.cpp
|
| index 0093d5e41b6f40bf8058fd680705bb324374f098..e369073cc213cfd89940fbb70424c640e18cef01 100644
|
| --- a/core/src/fxge/win32/fx_win32_dib.cpp
|
| +++ b/core/src/fxge/win32/fx_win32_dib.cpp
|
| @@ -224,7 +224,6 @@ CFX_DIBitmap* CFX_WindowsDIB::LoadFromDDB(HDC hDC, HBITMAP hBitmap, FX_DWORD* pP
|
| }
|
| return NULL;
|
| }
|
| - FXSYS_memset32(pbmih, 0, sizeof (BITMAPINFOHEADER));
|
| pbmih->bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
|
| pbmih->bmiHeader.biBitCount = bmih.biBitCount;
|
| pbmih->bmiHeader.biCompression = BI_RGB;
|
|
|