mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-07 16:05:52 +00:00
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)
|
||||
: m_verbosity(verbosityLevel), m_fast(fast), m_force(force)
|
||||
{
|
||||
#ifdef HECL_MULTIPROCESSOR
|
||||
#if HECL_MULTIPROCESSOR
|
||||
const int cpuCount = GetCPUCount();
|
||||
#else
|
||||
constexpr int cpuCount = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user