Reintroduce HAVE_CONFIG_H so that TagLib can be built without CMake

This commit is contained in:
Lukáš Lalinský
2013-06-20 15:07:25 +02:00
parent 6d4299ea94
commit fdb8a6b065
16 changed files with 32 additions and 17 deletions

View File

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