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
fa0524a4
Commit
fa0524a4
authored
Oct 08, 2007
by
Andrey Turkin
Committed by
Alexandre Julliard
Oct 10, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libwine: Emulate MS linker stub for builtin dlls.
parent
4c8e88df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
loader.c
libs/wine/loader.c
+2
-2
No files found.
libs/wine/loader.c
View file @
fa0524a4
...
...
@@ -352,8 +352,8 @@ static void *map_dll( const IMAGE_NT_HEADERS *nt_descr )
/* Build the DOS and NT headers */
dos
->
e_magic
=
IMAGE_DOS_SIGNATURE
;
dos
->
e_cblp
=
sizeof
(
*
dos
)
;
dos
->
e_cp
=
1
;
dos
->
e_cblp
=
0x90
;
dos
->
e_cp
=
3
;
dos
->
e_cparhdr
=
(
sizeof
(
*
dos
)
+
0xf
)
/
0x10
;
dos
->
e_minalloc
=
0
;
dos
->
e_maxalloc
=
0xffff
;
...
...
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