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
671da9f0
Commit
671da9f0
authored
Mar 21, 2001
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable DONT_RESOLVE_DLL_REFERENCES for builtin dlls.
parent
b77afe76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
pe_image.c
loader/pe_image.c
+1
-2
No files found.
loader/pe_image.c
View file @
671da9f0
...
@@ -621,8 +621,7 @@ WINE_MODREF *PE_CreateModule( HMODULE hModule, LPCSTR filename, DWORD flags,
...
@@ -621,8 +621,7 @@ WINE_MODREF *PE_CreateModule( HMODULE hModule, LPCSTR filename, DWORD flags,
pModule
->
flags
|=
NE_FFLAGS_BUILTIN
;
pModule
->
flags
|=
NE_FFLAGS_BUILTIN
;
wm
->
flags
|=
WINE_MODREF_INTERNAL
;
wm
->
flags
|=
WINE_MODREF_INTERNAL
;
}
}
else
if
(
flags
&
DONT_RESOLVE_DLL_REFERENCES
)
if
(
flags
&
DONT_RESOLVE_DLL_REFERENCES
)
wm
->
flags
|=
WINE_MODREF_DONT_RESOLVE_REFS
;
wm
->
flags
|=
WINE_MODREF_DONT_RESOLVE_REFS
;
wm
->
find_export
=
PE_FindExportedFunction
;
wm
->
find_export
=
PE_FindExportedFunction
;
...
...
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