Changes needed for building Tim's new 'string_convert' stuff with MSVC (libardour)
This commit is contained in:
parent
251db7a608
commit
873a469686
@ -1705,6 +1705,10 @@
|
||||
RelativePath="..\ardour\event_type_map.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ardour\evoral_types_convert.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ardour\export_analysis.h"
|
||||
>
|
||||
@ -2477,6 +2481,10 @@
|
||||
RelativePath="..\ardour\types.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ardour\types_convert.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ardour\unknown_processor.h"
|
||||
>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "ardour/libardour_visibility.h"
|
||||
#include "ardour/types.h"
|
||||
#include "ardour/utils.h"
|
||||
#include "ardour/types_convert.h"
|
||||
|
||||
#include "pbd/configuration.h"
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "ardour/readable.h"
|
||||
#include "ardour/session_object.h"
|
||||
#include "ardour/trimmable.h"
|
||||
#include "ardour/types_convert.h"
|
||||
|
||||
class XMLNode;
|
||||
|
||||
|
@ -20,6 +20,10 @@
|
||||
#ifndef ARDOUR_TYPES_CONVERT_H
|
||||
#define ARDOUR_TYPES_CONVERT_H
|
||||
|
||||
#ifdef COMPILER_MSVC
|
||||
#pragma warning(disable:4101)
|
||||
#endif
|
||||
|
||||
#include "pbd/enum_convert.h"
|
||||
|
||||
#include "ardour/types.h"
|
||||
|
Loading…
Reference in New Issue
Block a user