winamp/Src/Plugins/Library/ml_local/local_menu.h
2024-09-24 14:54:57 +02:00

15 lines
444 B
C

#ifndef NULLOSFT_LOCALMEDIA_PLUGIN_MENU_HEADER
#define NULLOSFT_LOCALMEDIA_PLUGIN_MENU_HEADER
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
#include <wtypes.h>
BOOL Menu_SetRatingValue(HMENU ratingMenu, INT ratingValue);
INT DoTrackPopup(HMENU hMenu, UINT fuFlags, INT x, INT y, HWND hwnd, LPTPMPARAMS lptpm);
void UpdateMenuItems(HWND hwndDlg, HMENU menu, UINT accel_id);
#endif //NULLOSFT_LOCALMEDIA_PLUGIN_MENU_HEADER