13
0

When building 'libs/pbd/cpus.cc' (with MSVC) make sure we know what 'PTW32_VERSION' is

This commit is contained in:
John Emmas 2014-10-08 15:00:51 +01:00
parent 2d04ac9796
commit 50ab3db0ca

View File

@ -32,6 +32,10 @@
#include "pbd/cpus.h"
#if defined(COMPILER_MSVC) && !defined(PTW32_VERSION)
#include <ardourext/pthread.h> // Gets us 'PTW32_VERSION'
#endif
uint32_t
hardware_concurrency()
{