Skip to content
Snippets Groups Projects
menu.c 53.2 KiB
Newer Older
Alexandre Julliard's avatar
Alexandre Julliard committed
				  strlen(normal_item->item_text) + 1);
	    AppendMenu(hMenu, normal_item->item_flags, 
	    	normal_item->item_id, normal_item->item_text);
	}
    }
    while (!(*item & MF_END));

    return next_item;
}

#endif