tools/wine.inf: Add a fake DLL entry for windowscodecs.dll

Juan Lang juan.lang at gmail.com
Fri Aug 14 15:15:15 CDT 2009


Fixes bug 18559.
--Juan
-------------- next part --------------
From f96ad48e13faa64cc92f577bb42d3e66e09fa370 Mon Sep 17 00:00:00 2001
From: Juan Lang <juan.lang at gmail.com>
Date: Fri, 14 Aug 2009 13:16:12 -0700
Subject: [PATCH 4/4] Add a fake DLL entry for windowscodecs.dll

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

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 6aff0b4..5104533 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -2519,6 +2519,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 11,,urlmon.dll
 11,,user32.dll
 11,,version.dll
+11,,windowscodecs.dll
 11,,winebrowser.exe
 11,,winhlp32.exe
 11,,wininet.dll
-- 
1.6.3.2


More information about the wine-patches mailing list