comdlg32: Remove fixme from EnableOpenDropDown.

This commit is contained in:
Vincent Povirk 2015-09-09 14:18:33 -05:00 committed by Alexandre Julliard
parent bbe009778e
commit 3fc57e7b49
1 changed files with 1 additions and 1 deletions

View File

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