Commit 3fc57e7b authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

comdlg32: Remove fixme from EnableOpenDropDown.

parent bbe00977
......@@ -3582,7 +3582,7 @@ static HRESULT WINAPI IFileDialogCustomize_fnEnableOpenDropDown(IFileDialogCusto
{
FileDialogImpl *This = impl_from_IFileDialogCustomize(iface);
MENUINFO mi;
FIXME("semi-stub - %p (%d)\n", This, dwIDCtl);
TRACE("%p (%d)\n", This, dwIDCtl);
if (This->hmenu_opendropdown || get_cctrl(This, dwIDCtl))
return E_UNEXPECTED;
......
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