Debugging Wine with Lightroom 3.5

Joris Huizer joris_huizer at yahoo.com
Sun Dec 18 06:40:03 CST 2011


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



More information about the wine-devel mailing list