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

winetest: Add an else case.

parent d6001be3
...@@ -212,6 +212,8 @@ static void print_version (void) ...@@ -212,6 +212,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";
#else
# error CPU unknown
#endif #endif
OSVERSIONINFOEX ver; OSVERSIONINFOEX ver;
BOOL ext, wow64; BOOL ext, wow64;
......
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