From 234fe391802b114e96d60a6630f717f8e4fb726c Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Fri, 7 Nov 2014 13:38:20 +0000 Subject: hw/xwin: Report OS version in log Report OS version in log Report if WoW64 is in use Manifest for compatbility with Windows versions, so we don't get lied to by GetVersionEx() Also, make the description in the manifest a bit more generic Signed-off-by: Jon TURNEY Reviewed-by: Colin Harrison --- hw/xwin/winprocarg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/xwin/winprocarg.c') diff --git a/hw/xwin/winprocarg.c b/hw/xwin/winprocarg.c index 65bba8159..73aa027d8 100644 --- a/hw/xwin/winprocarg.c +++ b/hw/xwin/winprocarg.c @@ -1200,6 +1200,7 @@ winLogVersionInfo(void) } } #endif + winOS(); if (strlen(BUILDERSTRING)) ErrorF("%s\n", BUILDERSTRING); ErrorF("Contact: %s\n", BUILDERADDR); -- cgit v1.2.3