winetest: Add an else case.
This commit is contained in:
parent
d6001be348
commit
99a24eaf48
|
@ -212,6 +212,8 @@ static void print_version (void)
|
|||
static const char platform[] = "alpha";
|
||||
#elif defined(__powerpc__)
|
||||
static const char platform[] = "powerpc";
|
||||
#else
|
||||
# error CPU unknown
|
||||
#endif
|
||||
OSVERSIONINFOEX ver;
|
||||
BOOL ext, wow64;
|
||||
|
|
Loading…
Reference in New Issue