Minor macro adjustment

This commit is contained in:
Jack Andersen 2018-02-23 20:33:01 -10:00
parent 06797cd9fc
commit 2f6d9d2509
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ void ClientProcess::Worker::proc()
ClientProcess::ClientProcess(int verbosityLevel, bool fast, bool force)
: m_verbosity(verbosityLevel), m_fast(fast), m_force(force)
{
#ifdef HECL_MULTIPROCESSOR
#if HECL_MULTIPROCESSOR
const int cpuCount = GetCPUCount();
#else
constexpr int cpuCount = 1;