mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlayingPlugin:
- Added preliminary support to display lyrics (PlayerType=LYRICS) - Applied r825 fix on TrackChangeAction= (sends bang to correct window without the need of #CURRENTCONFIG#) - Some refactoring
This commit is contained in:
@ -20,7 +20,8 @@
|
||||
#define __STDAFX_H__
|
||||
|
||||
// WinAPI
|
||||
#include <windows.h>
|
||||
#include <Windows.h>
|
||||
#include <WinInet.h>
|
||||
|
||||
// STL
|
||||
#include <string>
|
||||
@ -32,7 +33,4 @@
|
||||
// Rainmeter's exported functions
|
||||
#include "../../Library/Export.h"
|
||||
|
||||
// TagLib
|
||||
#include "fileref.h"
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user