diff --git a/common/workerpool.c b/common/workerpool.c index 359abfef..cc398084 100644 --- a/common/workerpool.c +++ b/common/workerpool.c @@ -198,7 +198,7 @@ void workerpool_run(workerpool_t *wp) int workerpool_get_nprocs() { -#ifdef WIN32 +#ifdef _WIN32 SYSTEM_INFO sysinfo; GetSystemInfo(&sysinfo); return sysinfo.dwNumberOfProcessors;