=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: comctl32/tests: Add ARM and ARM64 arch strings.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 12 09:17:54 CDT 2015


Module: wine
Branch: master
Commit: 80f887a064c4ccce11eda206562039daa65c6d45
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=80f887a064c4ccce11eda206562039daa65c6d45

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Aug  9 14:03:33 2015 +0200

comctl32/tests: Add ARM and ARM64 arch strings.

---

 dlls/comctl32/tests/v6util.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dlls/comctl32/tests/v6util.h b/dlls/comctl32/tests/v6util.h
index 1300598..9f5a9c4 100644
--- a/dlls/comctl32/tests/v6util.h
+++ b/dlls/comctl32/tests/v6util.h
@@ -26,6 +26,10 @@
 #define ARCH "x86"
 #elif defined __x86_64__
 #define ARCH "amd64"
+#elif defined __arm__
+#define ARCH "arm"
+#elif defined __aarch64__
+#define ARCH "arm64"
 #else
 #define ARCH "none"
 #endif




More information about the wine-cvs mailing list