Merge branch 'msvc-aarch64' into 'master'
gtkpopcountprivate.h: Fix build on ARM/aarch64 Visual Studio See merge request GNOME/gtk!3637
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_MSC_VER) && !defined (_M_ARM) && !defined (_M_ARM64)
|
||||
#include <intrin.h>
|
||||
|
||||
static inline guint
|
||||
|
||||
Reference in New Issue
Block a user