From: Konstantinos Margaritis Date: Tue, 22 Sep 2020 10:10:52 +0000 (+0300) Subject: no need to check for WIN32* X-Git-Tag: v5.3.1^2^2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e915d848640baba904ada9a576eed00361d2e06b;p=thirdparty%2Fvectorscan.git no need to check for WIN32* --- diff --git a/src/util/bitutils.h b/src/util/bitutils.h index b9f312cb..7373a9c8 100644 --- a/src/util/bitutils.h +++ b/src/util/bitutils.h @@ -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