mirror of https://github.com/AxioDL/metaforce.git
Minor macro adjustment
This commit is contained in:
parent
06797cd9fc
commit
2f6d9d2509
|
@ -101,7 +101,7 @@ void ClientProcess::Worker::proc()
|
||||||
ClientProcess::ClientProcess(int verbosityLevel, bool fast, bool force)
|
ClientProcess::ClientProcess(int verbosityLevel, bool fast, bool force)
|
||||||
: m_verbosity(verbosityLevel), m_fast(fast), m_force(force)
|
: m_verbosity(verbosityLevel), m_fast(fast), m_force(force)
|
||||||
{
|
{
|
||||||
#ifdef HECL_MULTIPROCESSOR
|
#if HECL_MULTIPROCESSOR
|
||||||
const int cpuCount = GetCPUCount();
|
const int cpuCount = GetCPUCount();
|
||||||
#else
|
#else
|
||||||
constexpr int cpuCount = 1;
|
constexpr int cpuCount = 1;
|
||||||
|
|
Loading…
Reference in New Issue