NowPlayingPlugin: Fixed that track title didn't update when playing a radio stream with Winamp.

This commit is contained in:
Birunthan Mohanathas
2011-07-24 15:31:33 +00:00
parent 15eba97cba
commit 8954799483
5 changed files with 142 additions and 114 deletions

View File

@ -57,6 +57,7 @@ private:
HWND m_Window; // Winamp window
bool m_UseUnicodeAPI;
bool m_PlayingStream;
WINAMPTYPE m_WinampType;
HANDLE m_WinampHandle; // Handle to Winamp process
LPCVOID m_WinampAddress;