Andy Clayton q3aiml@gmail.com writes:
itemMenu = MENU_GetMenu(hMenu);
if (itemMenu == NULL)
return FALSE;
if ((itemMenu->Height == 0 || itemMenu->Width == 0) && itemMenu->wFlags ^ MF_POPUP)
That flag test doesn't make sense. What are you trying to check here?