Accommodate some newly introduced source files for building with MSVC (libpbd)

This commit is contained in:
John Emmas
2015-01-02 14:33:35 +00:00
parent 50c4385b6b
commit 7f486e146d
2 changed files with 21 additions and 0 deletions

View File

@@ -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"
>

View File

@@ -22,6 +22,11 @@
#include <sstream>
#include <limits>
#ifdef COMPILER_MSVC
#undef min
#undef max
#endif
namespace PBD {
bool