mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
add a reminder note to fix the check.
svn path=/trunk/; revision=21368
This commit is contained in:
parent
05ddf03004
commit
e7cd66298d
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ InitEditWnd(PEDIT_WND_INFO Info)
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
if ( bSuccess && (BytesRead == sizeof(BITMAPFILEHEADER))
|
if ( bSuccess && (BytesRead == sizeof(BITMAPFILEHEADER))
|
||||||
|
/* FIXME: Why is this failing?? */
|
||||||
/*&& (bmfh.bfType == *(WORD *)_T("BM"))*/)
|
/*&& (bmfh.bfType == *(WORD *)_T("BM"))*/)
|
||||||
{
|
{
|
||||||
InfoSize = bmfh.bfOffBits - sizeof(BITMAPFILEHEADER);
|
InfoSize = bmfh.bfOffBits - sizeof(BITMAPFILEHEADER);
|
||||||
|
|
Loading…
Reference in a new issue