Vincent Povirk : wine.inf: Put 64-bit .ds fakedlls in windows/twain_64.

Alexandre Julliard julliard at winehq.org
Thu Oct 19 14:31:34 CDT 2017


Module: wine
Branch: master
Commit: 02c35582f6b1f2cd990b705eee09b36517be7d98
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=02c35582f6b1f2cd990b705eee09b36517be7d98

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Wed Oct 18 16:44:26 2017 -0500

wine.inf: Put 64-bit .ds fakedlls in windows/twain_64.

Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 loader/wine.inf.in | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index c965e1f..10e8d0a 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -79,7 +79,7 @@ AddReg=\
 
 [DefaultInstall.ntamd64]
 RegisterDlls=RegisterDllsSection
-WineFakeDlls=FakeDlls
+WineFakeDlls=FakeDllsWin64,FakeDlls
 WinePreInstall=Wow64
 UpdateInis=SystemIni
 CopyFiles=@l_intl.nls
@@ -2529,6 +2529,11 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 11,,dsound.vxd
 11,,winhlp32.exe
 
+; 64bit-only fake dlls
+[FakeDllsWin64]
+10,twain_64,sane.ds
+10,twain_64,gphoto2.ds
+
 ; Wow64-only fake dlls
 [FakeDllsWow64]
 ; create some directories first




More information about the wine-cvs mailing list