For for Windows on ARM (aarch64) platform, see #483

This commit is contained in:
Brecht Sanders 2023-10-29 14:53:54 +00:00
parent 172aa1c474
commit 50606cdae1

View file

@ -30,7 +30,7 @@
#if !defined (DBUS_DISABLE_ASSERT) || defined(DBUS_ENABLE_EMBEDDED_TESTS)
#if defined(_MSC_VER) || defined(DBUS_WINCE)
#if defined(_MSC_VER) || defined(DBUS_WINCE) || defined(_M_ARM64)
# ifdef BACKTRACES
# undef BACKTRACES
# endif