summaryrefslogtreecommitdiff
path: root/hw/xwin/winprocarg.c
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-11-07 13:38:20 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-03-23 16:01:58 +0000
commit234fe391802b114e96d60a6630f717f8e4fb726c (patch)
treecd10793dc9555949a81b0f673f9285870f5536a1 /hw/xwin/winprocarg.c
parent7a22912edbda826778463f8fefa9c8e689858bbe (diff)
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 <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Diffstat (limited to 'hw/xwin/winprocarg.c')
-rw-r--r--hw/xwin/winprocarg.c1
1 files changed, 1 insertions, 0 deletions
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);