Committing NowPlaying plugin. Because it requires VS2010 Pro to compile, it is not built by default.

This commit is contained in:
Birunthan Mohanathas
2011-05-21 18:17:37 +00:00
parent e13f3a3c2c
commit 6cd327e86c
205 changed files with 63050 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright (C) 2010 poiru
Copyright (C) 2010 Birunthan Mohanathas (www.poiru.net)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@ -101,5 +101,5 @@ UINT GetPluginVersion()
LPCTSTR GetPluginAuthor()
{
return L"poiru";
return L"Birunthan Mohanathas (www.poiru.net)";
}