mirror of
https://github.com/taglib/taglib.git
synced 2025-07-14 02:54:27 -04:00
Separated public and private config.h
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#include "taglib_config.h"
|
||||
#include "config.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
@ -17,7 +17,7 @@ using namespace std;
|
||||
|
||||
inline string testFilePath(const string &filename)
|
||||
{
|
||||
return string(TAGLIB_TESTS_DIR "data/") + filename;
|
||||
return string(TESTS_DIR "data/") + filename;
|
||||
}
|
||||
|
||||
#define TEST_FILE_PATH_C(f) testFilePath(f).c_str()
|
||||
|
Reference in New Issue
Block a user