Accommodate some newly introduced source files for building with MSVC (libpbd)
This commit is contained in:
@@ -450,6 +450,14 @@
|
||||
RelativePath="..\textreceiver.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\timer.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\timing.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\transmitter.cc"
|
||||
>
|
||||
@@ -800,6 +808,14 @@
|
||||
RelativePath="..\pbd\textreceiver.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pbd\timer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pbd\timing.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pbd\tokenizer.h"
|
||||
>
|
||||
|
||||
@@ -22,6 +22,11 @@
|
||||
#include <sstream>
|
||||
#include <limits>
|
||||
|
||||
#ifdef COMPILER_MSVC
|
||||
#undef min
|
||||
#undef max
|
||||
#endif
|
||||
|
||||
namespace PBD {
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user