mirror of
https://github.com/taglib/taglib.git
synced 2025-07-14 02:54:27 -04:00
Reintroduce HAVE_CONFIG_H so that TagLib can be built without CMake
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
#include "config.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
Reference in New Issue
Block a user