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";
|
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;
|
||||||
|
|
Loading…
Reference in New Issue