#include //For IMediaControl definition /*Functions declared in menu.c */ void ChangeMenuState(HWND, UINT); void MenuCheck(HWND, int, UINT, bool); HMENU MakePopupMenu(HWND, const bool, IMediaControl*, PLAYLISTDATA*); HMENU CreateVolumeSubMenu(void); HMENU CreatePlaylistMenu(PLAYLISTDATA*); HMENU MakePViewMenu(HWND, POINT);