Add quartz.dll to the list of installed fake DLLs

Chris Robinson chris.kcat at gmail.com
Tue Feb 13 16:34:45 CST 2007


-------------- next part --------------
From 0617b305e8fd1ff19fc6f4a86b13f06a880dbc0c Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat at gmail.com>
Date: Tue, 13 Feb 2007 12:21:32 -0800
Subject: [PATCH] Add quartz.dll to the list of installed fake DLLs
Some programs, such as the K-Lite Codec Pack, will complain about broken codecs if its not there.
---
 tools/wine.inf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index 5e68a2a..4e92356 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -2186,6 +2186,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 11,,olepro32.dll
 11,,opengl32.dll
 11,,progman.exe
+11,,quartz.dll
 11,,regsvr32.exe
 11,,riched20.dll
 11,,riched32.dll
-- 
1.4.4.4



More information about the wine-patches mailing list