mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-21 17:09:06 -07:00
wine.inf: Put 64-bit .ds fakedlls in windows/twain_64.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
37457f11f7
commit
02c35582f6
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue