winetest: Add an else case.

This commit is contained in:
André Hentschel 2010-05-31 19:20:16 +02:00 committed by Alexandre Julliard
parent d6001be348
commit 99a24eaf48

View File

@ -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;