Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
41d6e2fe
Commit
41d6e2fe
authored
Nov 13, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temp hack: do not import dlls that we link with at the ELF level.
parent
3b0c1ec4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
comctl32.spec
dlls/comctl32/comctl32.spec
+5
-5
comdlg32.spec
dlls/commdlg/comdlg32.spec
+4
-4
shell32.spec
dlls/shell32/shell32.spec
+5
-5
No files found.
dlls/comctl32/comctl32.spec
View file @
41d6e2fe
...
...
@@ -3,11 +3,11 @@ type win32
init COMCTL32_LibMain
rsrc rsrc.res
import user32.dll
import gdi32.dll
import advapi32.dll
import kernel32.dll
import ntdll.dll
#
import user32.dll
#
import gdi32.dll
#
import advapi32.dll
#
import kernel32.dll
#
import ntdll.dll
debug_channels (animate comboex commctrl datetime header hotkey imagelist ipaddress
listview message monthcal nativefont pager progress propsheet
...
...
dlls/commdlg/comdlg32.spec
View file @
41d6e2fe
...
...
@@ -6,11 +6,11 @@ rsrc rsrc.res
import shell32.dll
import shlwapi.dll
import comctl32.dll
import user32.dll
import winspool.drv
import gdi32.dll
import kernel32.dll
import ntdll.dll
#import user32.dll
#import gdi32.dll
#import kernel32.dll
#import ntdll.dll
debug_channels (commdlg)
...
...
dlls/shell32/shell32.spec
View file @
41d6e2fe
...
...
@@ -8,11 +8,11 @@ import ole32.dll
import shlwapi.dll
import comctl32.dll
import advapi
32.dll
import user
32.dll
import gd
i32.dll
import kernel32.dll
import ntdll.dll
#import user
32.dll
#import gdi
32.dll
#import advap
i32.dll
#
import kernel32.dll
#
import ntdll.dll
debug_channels (exec pidl shell)
...
...
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