Merge branch 'brechtsanders-master-patch-67839' into 'main'

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

See merge request dbus/dbus!450
This commit is contained in:
Brecht Sanders 2026-01-07 15:53:16 +00:00
commit 2e09f0d20d

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