From 2700390371e04d024b73f219b0db0973103c13cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Mon, 9 Dec 2024 23:07:24 +0800 Subject: [PATCH] Host (Sun): fix build --- src/detection/host/host_windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detection/host/host_windows.c b/src/detection/host/host_windows.c index c2a64066f..bc50d6f08 100644 --- a/src/detection/host/host_windows.c +++ b/src/detection/host/host_windows.c @@ -72,7 +72,7 @@ const char* ffDetectHost(FFHostResult* host) ffCleanUpSmbiosValue(&host->family); } - #ifdef __x86_64__ + #if _WIN32 && __x86_64__ ffHostDetectMac(host); #endif