Update gtkpopcountprivate.h: undefined macro outside msvc

This commit is contained in:
Sebastian Cherek 2021-06-12 17:35:13 +00:00
parent bc7b6a0e53
commit 106ac7c782

View File

@ -20,7 +20,7 @@
#pragma once #pragma once
#if (_MSC_VER && !_M_ARM && !_M_ARM64) && (__AVX__ || __SSE4_2__ || __POPCNT__) #if (defined(_MSC_VER) && !_M_ARM && !_M_ARM64) && (__AVX__ || __SSE4_2__ || __POPCNT__)
#include <intrin.h> #include <intrin.h>
static inline guint static inline guint