Add Windows Vista option to winecfg

Frank Richter frank.richter at gmail.com
Thu Apr 12 08:46:56 CDT 2007


On 12.04.2007 15:25, Felix Nawothnig wrote:
> Kovács András wrote:
>> This patch is needed, because DirectX 10 is Vindows Vista only feature.
> 
> Nothing wrong with adding Vista to the list but how is this needed? You
> don't want to disallow usage of dx10 unless Vista is selected, do you?

Apps might do something like
	if (WindowsVersion >= WindowsVista)
		UseDX10();
	else
		UseDX9();

So a Vista version would make those apps take the DX10 path.

-f.r.




More information about the wine-devel mailing list