no need to check for WIN32*

This commit is contained in:
Konstantinos Margaritis
2020-09-22 13:10:52 +03:00
committed by Konstantinos Margaritis
parent b0cf02fdc1
commit 2db39eb329

View File

@@ -45,7 +45,7 @@
#define OCTO_CASE_CLEAR 0xdfdfdfdfdfdfdfdfULL
#if defined(_WIN32) || defined(_WIN64) || defined(ARCH_IA32) || defined(ARCH_X86_64)
#if defined(ARCH_IA32) || defined(ARCH_X86_64)
#include "util/arch/x86/bitutils.h"
#endif