18 Dec
2011
18 Dec
'11
6:40 a.m.
Replying, also including the wine-devel list, On 12/17/2011 05:15 PM, Roland Baudin wrote:
Hi,
thanks for the answer. What do you mean by "a different execution path"? RB
The application might decide to execute different code given the Vista settings. It may have a preferred execution path using certain functionality only available for Vista/Windows 7, and a fallback path for XP. Pseudocode: if (system is Vista+) use_builtin_functionality(); else /* XP */ use_fallback_mechanism(); HTH, Joris