[PATCH] wine.inf: add twain_32.dll to the list of fake dlls.

Lei Zhang thestig at google.com
Mon Aug 20 19:53:01 CDT 2007


Hi,

Irfanview 4.0 complained it cannot find any TWAIN scanners, but really
it was just not finding twain_32.dll, so let's add it to the list of
fake dlls.
-------------- next part --------------
From d07b349d0c044a31fd21d960bcaef8cea32cfa77 Mon Sep 17 00:00:00 2001
From: Lei Zhang <thestig at google.com>
Date: Mon, 20 Aug 2007 17:46:45 -0700
Subject: [PATCH] wine.inf: add twain_32.dll to the list of fake dlls.
---
 tools/wine.inf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index 06702d2..a766b3d 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -2171,6 +2171,7 @@ HKLM,%CurrentVersion%\Telephony\Country 
 10,,explorer.exe
 10,,notepad.exe
 10,,regedit.exe
+10,,twain_32.dll
 10,,winebrowser.exe
 10,,winhelp.exe
 10,command,start.exe
-- 
1.4.1


More information about the wine-patches mailing list