Yes, I suspected such a mechanism. Now if I understand well I have to find which one is the "builtin mechanism" and which one is the "fallback mechanism". Is there some documentation around about the differences between Vista and XP?
Anyway, thanks for your help...
RB


Le 18/12/2011 13:40, Joris Huizer a écrit :
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





--
X File Explorer http://roland65.free.fr/xfe
Toutes Choses http://roland65.free.fr/ttc


Reply via email to