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
b5a0dd8c
Commit
b5a0dd8c
authored
Jun 12, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wow64: Don't force wow64 dlls to load at low addresses.
parent
834f7b23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.in
dlls/wow64/Makefile.in
+1
-1
Makefile.in
dlls/wow64cpu/Makefile.in
+1
-1
Makefile.in
dlls/wow64win/Makefile.in
+1
-1
No files found.
dlls/wow64/Makefile.in
View file @
b5a0dd8c
...
...
@@ -2,7 +2,7 @@ MODULE = wow64.dll
IMPORTLIB
=
wow64
IMPORTS
=
ntdll winecrt0
EXTRADLLFLAGS
=
-nodefaultlibs
-Wl
,--image-base,0x6f000000
EXTRADLLFLAGS
=
-nodefaultlibs
C_SRCS
=
\
file.c
\
...
...
dlls/wow64cpu/Makefile.in
View file @
b5a0dd8c
MODULE
=
wow64cpu.dll
IMPORTS
=
wow64 ntdll winecrt0
EXTRADLLFLAGS
=
-nodefaultlibs
-Wl
,--image-base,0x
6f
400000
EXTRADLLFLAGS
=
-nodefaultlibs
-Wl
,--image-base,0x
7a
400000
C_SRCS
=
cpu.c
dlls/wow64win/Makefile.in
View file @
b5a0dd8c
MODULE
=
wow64win.dll
IMPORTS
=
wow64 win32u ntdll winecrt0
EXTRADLLFLAGS
=
-nodefaultlibs
-Wl
,--image-base,0x6f200000
EXTRADLLFLAGS
=
-nodefaultlibs
C_SRCS
=
\
gdi.c
\
...
...
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