2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-07 20:45:51 +00:00

Minor macro adjustment

This commit is contained in:
Jack Andersen 2018-02-23 20:33:01 -10:00
parent 06797cd9fc
commit 2f6d9d2509

View File

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