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

@ -1,6 +1,5 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "taglib_config.h"
#ifdef _WIN32
#include <windows.h>
#else