mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 11:44:28 +03:00
no need to check for WIN32*
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
#define OCTO_CASE_CLEAR 0xdfdfdfdfdfdfdfdfULL
|
#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"
|
#include "util/arch/x86/bitutils.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user