Removed config.h and moved macros into taglib_config.h

This commit is contained in:
Tsuda Kageyu
2013-05-02 20:41:59 +09:00
parent d6fc2ef4aa
commit b0938a3cf1
15 changed files with 65 additions and 88 deletions

View File

@ -27,7 +27,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <config.h>
#include "taglib_config.h"
#ifdef _WIN32
# include <Shlwapi.h>