mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- PowerPlugin: Fixed crash when waking up from sleep/hibernation in some cases
- Code cleanup
This commit is contained in:
@ -139,8 +139,10 @@ private:
|
||||
|
||||
bool m_TrackChanged;
|
||||
HWND m_Window;
|
||||
CAxWindow* m_AxWindow;
|
||||
DWORD m_LastCheckTime;
|
||||
|
||||
CComModule m_ComModule;
|
||||
CAxWindow* m_AxWindow;
|
||||
CComPtr<IWMPPlayer4> m_IPlayer;
|
||||
CComPtr<IWMPControls> m_IControls;
|
||||
CComPtr<IWMPSettings> m_ISettings;
|
||||
|
Reference in New Issue
Block a user