When building 'libs/pbd/cpus.cc' (with MSVC) make sure we know what 'PTW32_VERSION' is
This commit is contained in:
parent
2d04ac9796
commit
50ab3db0ca
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user