wine.inf: Create fake pidgen.dll.

Hans Leidekker hans at codeweavers.com
Mon Dec 22 07:18:09 CST 2008


The ie7 installer makes this call:

LoadLibraryExA("C:\\windows\\system32\\pidgen.dll", 0, LOAD_LIBRARY_AS_DATAFILE)

which fails which fails if the file doesn't exist.

 -Hans

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index a95f1a8..b344d92 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -2285,6 +2285,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 11,,oledlg.dll
 11,,olepro32.dll
 11,,opengl32.dll
+11,,pidgen.dll
 11,,progman.exe
 11,,psapi.dll
 11,,quartz.dll



More information about the wine-patches mailing list