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
42c5cde5
Commit
42c5cde5
authored
Jan 03, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Warning fixes.
parent
0cc20314
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
le.c
tools/winedump/le.c
+1
-1
winedump.h
tools/winedump/winedump.h
+2
-0
No files found.
tools/winedump/le.c
View file @
42c5cde5
...
...
@@ -276,7 +276,7 @@ static void dump_le_objects( const void *base, const IMAGE_VXD_HEADER *le )
pmap
=
&
(
pmap
[
pobj
->
o32_pagemap
-
1
]);
for
(
j
=
0
;
j
<
pobj
->
o32_mapsize
;
j
++
)
{
printf
(
" %08x %06x %02x
\n
"
,
printf
(
" %08
l
x %06x %02x
\n
"
,
pobj
->
o32_pagemap
+
j
,
(
pmap
->
o32_pagedataoffset
<<
8
)
+
pmap
->
o32_pagesize
,
(
int
)
pmap
->
o32_pageflags
);
...
...
tools/winedump/winedump.h
View file @
42c5cde5
...
...
@@ -218,6 +218,8 @@ void dump_data( const unsigned char *ptr, unsigned int size, const char *prefix
void
ne_dump
(
const
void
*
exe
,
size_t
exe_size
);
void
le_dump
(
const
void
*
exe
,
size_t
exe_size
);
FILE
*
open_file
(
const
char
*
name
,
const
char
*
ext
,
const
char
*
mode
);
#ifdef __GNUC__
...
...
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