We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c01685 commit 2700390Copy full SHA for 2700390
src/detection/host/host_windows.c
@@ -72,7 +72,7 @@ const char* ffDetectHost(FFHostResult* host)
72
ffCleanUpSmbiosValue(&host->family);
73
}
74
75
- #ifdef __x86_64__
+ #if _WIN32 && __x86_64__
76
ffHostDetectMac(host);
77
#endif
78
0 commit comments