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
ec77b838
Commit
ec77b838
authored
Jun 08, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Send full path name and debug information in load_dll event.
parent
a37dec0c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pe_image.c
loader/pe_image.c
+3
-3
No files found.
loader/pe_image.c
View file @
ec77b838
...
...
@@ -964,9 +964,9 @@ WINE_MODREF *PE_LoadLibraryExA (LPCSTR name, DWORD flags)
SNOOP_RegisterDLL
(
wm
->
module
,
wm
->
modname
,
wm
->
binfmt
.
pe
.
pe_export
->
NumberOfFunctions
);
req
->
handle
=
hFile
;
req
->
base
=
(
void
*
)
hModule32
;
req
->
dbg_offset
=
0
;
req
->
dbg_size
=
0
;
req
->
name
=
&
wm
->
mod
name
;
req
->
dbg_offset
=
PE_HEADER
(
hModule32
)
->
FileHeader
.
PointerToSymbolTable
;
req
->
dbg_size
=
PE_HEADER
(
hModule32
)
->
FileHeader
.
NumberOfSymbols
;
req
->
name
=
&
wm
->
file
name
;
server_call_noerr
(
REQ_LOAD_DLL
);
CloseHandle
(
hFile
);
return
wm
;
...
...
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