Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
fc1fca5f
Commit
fc1fca5f
authored
Mar 27, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wine.inf: Some fake dlls should only be created for 32-bit.
parent
0566db7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
14 deletions
+17
-14
wine.inf.in
tools/wine.inf.in
+17
-14
No files found.
tools/wine.inf.in
View file @
fc1fca5f
...
...
@@ -28,7 +28,7 @@ signature="$CHICAGO$"
[DefaultInstall]
RegisterDlls=RegisterDllsSection
WineFakeDlls=FakeDlls
Section
WineFakeDlls=FakeDlls
Win32,FakeDlls
UpdateInis=SystemIni
AddReg=\
Classes,\
...
...
@@ -53,7 +53,7 @@ AddReg=\
[DefaultInstall.NT]
RegisterDlls=RegisterDllsSection
WineFakeDlls=FakeDlls
Section
WineFakeDlls=FakeDlls
Win32,FakeDlls
UpdateInis=SystemIni
AddReg=\
Classes,\
...
...
@@ -79,7 +79,7 @@ AddReg=\
[DefaultInstall.ntamd64]
RegisterDlls=RegisterDllsSection
WineFakeDlls=FakeDlls
Section
WineFakeDlls=FakeDlls
UpdateInis=SystemIni
AddReg=\
Classes,\
...
...
@@ -2521,7 +2521,19 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,wuapi.dll,1
16422,Internet Explorer,iexplore.exe,1
[FakeDllsSection]
; 32bit-only fake dlls
[FakeDllsWin32]
10,,twain.dll,twain.dll16
10,,twain_32.dll
10,,winhelp.exe,winhelp.exe16
10,,winhlp32.exe
10,command,start.exe
10,system,ddeml.dll,ddeml.dll16
11,,ddhelp.exe
11,,dosx.exe
11,,dsound.vxd
[FakeDlls]
; create some directories first
10,help,
10,inf,
...
...
@@ -2534,18 +2546,9 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
10,,hh.exe
10,,notepad.exe
10,,regedit.exe
10,,twain.dll,twain.dll16
10,,twain_32.dll
10,,winhelp.exe,winhelp.exe16
10,,winhlp32.exe
10,command,start.exe
10,system,ddeml.dll,ddeml.dll16
11,,ddhelp.exe
11,,dosx.exe
11,,dsound.vxd
11,,explorer.exe
11,,notepad.exe
11,,winetest.exe,-
11,,winhlp32.exe
12,,mountmgr.sys
16422,Internet Explorer,iexplore.exe
11,,*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment