https://bugs.winehq.org/show_bug.cgi?id=44728
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #5 from Zebediah Figura z.figura12@gmail.com --- (In reply to GG from comment #4)
Reason seems officialy :
// GetVersion will lie if we are running in a compatibility mode. // We need to read the version info from a system file resource // to accurately identify the OS version. If we fail for any reason, // just return whatever GetVersion said.
But in fact, goal of compatibility mode is to "lie" at running program... stange reason.
Seems to me like it's working as intended, then...