lyrics: add support for lyricstime.com, metrolyrics.com and lyricsmania.com
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
void iconv_convert_from_to(const char *from, const char *to, std::string &s);
|
||||
|
||||
void utf_to_locale(std::string &);
|
||||
void locale_to_utf(std::string &);
|
||||
|
||||
@@ -40,6 +42,8 @@ void locale_to_utf(const char *&, bool);
|
||||
|
||||
#else
|
||||
|
||||
#define iconv_convert_from_to(x, y, z);
|
||||
|
||||
#define utf_to_locale(x);
|
||||
#define locale_to_utf(x);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user