Commit 640b2d5d authored by Alexandre Julliard's avatar Alexandre Julliard

Removed wrong FIXME for MB_APPLMODAL (reported by Ivan Leo Puoti).

parent 9a27b8b9
......@@ -261,8 +261,6 @@ static HFONT MSGBOX_OnInit(HWND hwnd, LPMSGBOXPARAMSW lpmb)
/* at least MB_TASKMODAL seems to imply a ShowWindow */
ShowWindow(hwnd, SW_SHOW);
}
if (lpmb->dwStyle & MB_APPLMODAL)
FIXME("app modal msgbox ! Not modal yet.\n");
return hFont;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment