mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
13 lines
311 B
C
13 lines
311 B
C
|
#ifndef NULLOSFT_MLDISC_PLUGIN_MENU_HEADER
|
||
|
#define NULLOSFT_MLDISC_PLUGIN_MENU_HEADER
|
||
|
|
||
|
|
||
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||
|
#pragma once
|
||
|
#endif
|
||
|
|
||
|
#include <wtypes.h>
|
||
|
|
||
|
INT Menu_TrackPopup(HMENU hMenu, UINT fuFlags, INT x, INT y, HWND hwnd, LPTPMPARAMS lptpm);
|
||
|
|
||
|
#endif //NULLOSFT_MLDISC_PLUGIN_MENU_HEADER
|