wine.inf: Increase the DirectX version to that of the latest 9.0c .

Jan Zerebecki jan.wine at zerebecki.de
Mon Mar 13 07:06:40 CST 2006


If this patch is rejected from inclusion, please tell me why, as i would have to
ask anyway.

From: Jan Zerebecki <jan.wine at zerebecki.de>
Changelog:
wine.inf: Increase the DirectX version to that of the latest 9.0c .
According to MSDN there are two different versions of 9.0c and some apps
check at install- or run-time for the later version.
---

 tools/wine.inf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index a86ab58..86eeb04 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -174,7 +174,7 @@ HKCU,%Metrics%,"BorderWidth",2,"1"
 HKCU,%Metrics%,"Shell Icon Size",2,"32"
 
 [DirectX]
-HKLM,Software\Microsoft\DirectX,"Version",,"4.09.00.0903"
+HKLM,Software\Microsoft\DirectX,"Version",,"4.09.00.0904"
 HKLM,Software\Microsoft\DirectMusic,GMFilePath,,"%12%\gm.dls"
 HKLM,Software\Microsoft\DirectMusic\Defaults,DefaultOutputPort,,"{58C2B4D0-46E7-11D1-89AC-00A0C9054129}"
 HKLM,Software\Microsoft\DirectMusic\SoftwareSynths\{58C2B4D0-46E7-11D1-89AC-00A0C9054129},Description,,"Microsoft Software Synthesizer"



More information about the wine-patches mailing list