Commit ed59c54d authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winetest: Add ARM support.

parent 09e6a414
...@@ -219,6 +219,8 @@ static void print_version (void) ...@@ -219,6 +219,8 @@ static void print_version (void)
static const char platform[] = "alpha"; static const char platform[] = "alpha";
#elif defined(__powerpc__) #elif defined(__powerpc__)
static const char platform[] = "powerpc"; static const char platform[] = "powerpc";
#elif defined(__arm__)
static const char platform[] = "arm";
#else #else
# error CPU unknown # error CPU unknown
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment