Fix compilation error on 32bit Windows

This commit is contained in:
Sergey Sharybin
2018-11-28 17:54:05 +01:00
parent c16321cb9d
commit 547bc2a620
+1 -1
View File
@@ -140,7 +140,7 @@ static NUMAAPI_Result loadNumaSymbols(void) {
NUMAAPI_Result numaAPI_Initialize(void) {
#if !ARCH_CPU_64_BITS
// No NUMA on 32 bit platforms.
return LIBNUMAAPI_NOT_AVAILABLE;
return NUMAAPI_NOT_AVAILABLE;
#else
if (!IsWindows7OrGreater()) {
// Require Windows 7 or higher.