http://bugs.winehq.org/show_bug.cgi?id=8995
------- Additional Comments From ErV2005@rambler.ru 2007-20-07 16:14 -------
fixme:dxdiag:IDxDiagContainerImpl_GetProp (0x165288, L"dwDirectXVersionMajor", 0x34bbb4)
It looks like it checks DirectX version using IDXDiag. Right now IDxDiagContainerImpl_GetProp contains no implementation to return DirectX version and (I think) it doesn't work because of this. I think that this one can be easily fixed. I just need to find some DXDiag documentation to check return format and correct values for dxVersion. I suppose that someone else can also give that a try.