mirror of
https://github.com/reactos/wine.git
synced 2025-02-10 14:23:52 +00:00
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…
x
Reference in New Issue
Block a user