'libs/ardour' - Non-visibility stuff changed for MSVC (mostly alterations to #include paths)
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
#include <string>
|
||||
|
||||
#include <taglib/tag.h>
|
||||
#include <taglib/taglib.h>
|
||||
#include <taglib/xiphcomment.h>
|
||||
#include <taglib/toolkit/taglib.h>
|
||||
#include <taglib/ogg/xiphcomment.h>
|
||||
|
||||
#include "ardour/libardour_visibility.h"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#ifndef __msvc_libardour_h__
|
||||
#define __msvc_libardour_h__
|
||||
|
||||
#include "ardour/visibility.h"
|
||||
#include <ardour/libardour_visibility.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifndef _MAX_PATH
|
||||
@@ -29,6 +29,8 @@
|
||||
#define PATH_MAX _MAX_PATH
|
||||
#endif
|
||||
|
||||
#define LIBARDOUR_APICALLTYPE __cdecl
|
||||
|
||||
namespace ARDOUR {
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
#include <glibmm/threads.h>
|
||||
|
||||
#include <ltc.h>
|
||||
#include "ltc/ltc.h"
|
||||
|
||||
#include "pbd/error.h"
|
||||
#include "pbd/event_loop.h"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <glibmm/threads.h>
|
||||
|
||||
#include <jack/jack.h>
|
||||
#include <ltc.h>
|
||||
#include <ltc/ltc.h>
|
||||
|
||||
#include "pbd/signals.h"
|
||||
|
||||
|
||||
@@ -25,11 +25,11 @@
|
||||
#include "pbd/convert.h"
|
||||
|
||||
#include <taglib/fileref.h>
|
||||
#include <taglib/flacfile.h>
|
||||
#include <taglib/oggfile.h>
|
||||
#include <taglib/flac/flacfile.h>
|
||||
#include <taglib/ogg/oggfile.h>
|
||||
#include <taglib/tag.h>
|
||||
#include <taglib/taglib.h>
|
||||
#include <taglib/xiphcomment.h>
|
||||
#include <taglib/toolkit/taglib.h>
|
||||
#include <taglib/ogg/xiphcomment.h>
|
||||
|
||||
/* Convert string to TagLib::String */
|
||||
#define TL_STR(string) TagLib::String ((string).c_str(), TagLib::String::UTF8)
|
||||
|
||||
Reference in New Issue
Block a user