forked from AuroraMiddleware/gtk
Update gtkpopcountprivate.h: undefined macro outside msvc
This commit is contained in:
parent
bc7b6a0e53
commit
106ac7c782
@ -20,7 +20,7 @@
|
||||
|
||||
#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>
|
||||
|
||||
static inline guint
|
||||
|
Loading…
Reference in New Issue
Block a user