NowPlayingPlugin: Added support for MediaMonkey.

This commit is contained in:
Birunthan Mohanathas
2011-05-25 14:04:52 +00:00
parent 2ba2e95736
commit 01b3c31477
3 changed files with 94 additions and 72 deletions

View File

@ -48,6 +48,7 @@ private:
bool CheckActive();
bool m_HasCoverMeasure;
bool m_UseUnicodeAPI;
HWND m_Window; // Winamp window
HANDLE m_WinampHandle; // Handle to Winamp process
LPCVOID m_WinampAddress;