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
faab0c78
Commit
faab0c78
authored
Sep 18, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 18, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imagehlp: Fix the PTRANSLATE_ADDRESS_ROUTINE() and PREAD_PROCESS_MEMORY_ROUTINE() prototypes.
parent
3407307a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
imagehlp.h
include/imagehlp.h
+3
-3
No files found.
include/imagehlp.h
View file @
faab0c78
...
...
@@ -226,7 +226,7 @@ typedef struct _ADDRESS {
DWORD
Offset
;
WORD
Segment
;
ADDRESS_MODE
Mode
;
}
ADDRESS
,
*
PADDRESS
;
}
ADDRESS
,
*
L
PADDRESS
;
typedef
struct
_ADDRESS64
{
DWORD64
Offset
;
...
...
@@ -729,7 +729,7 @@ typedef BOOL (CALLBACK *DIGEST_FUNCTION)(
);
typedef
BOOL
(
CALLBACK
*
PREAD_PROCESS_MEMORY_ROUTINE
)(
HANDLE
hProcess
,
LPCVOI
D
lpBaseAddress
,
PVOID
lpBuffer
,
HANDLE
hProcess
,
DWOR
D
lpBaseAddress
,
PVOID
lpBuffer
,
DWORD
nSize
,
PDWORD
lpNumberOfBytesRead
);
...
...
@@ -753,7 +753,7 @@ typedef DWORD (CALLBACK *PGET_MODULE_BASE_ROUTINE64)(
HANDLE
hProcess
,
DWORD64
ReturnAddress
);
typedef
DWORD
(
CALLBACK
*
PTRANSLATE_ADDRESS_ROUTINE
)(
HANDLE
hProcess
,
HANDLE
hThread
,
PADDRESS
lpaddr
HANDLE
hProcess
,
HANDLE
hThread
,
L
PADDRESS
lpaddr
);
typedef
DWORD
(
CALLBACK
*
PTRANSLATE_ADDRESS_ROUTINE64
)(
...
...
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