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
f09a2606
Commit
f09a2606
authored
May 23, 2005
by
Eric Pouech
Committed by
Alexandre Julliard
May 23, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed ReadProcessMemoryProc prototype
- made StackWalk work when dbghelp is run against a non running process
parent
9593c4ea
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
stack.c
dlls/dbghelp/stack.c
+0
-0
dbghelp.h
include/dbghelp.h
+1
-1
No files found.
dlls/dbghelp/stack.c
View file @
f09a2606
This diff is collapsed.
Click to expand it.
include/dbghelp.h
View file @
f09a2606
...
...
@@ -817,7 +817,7 @@ typedef struct _STACKFRAME
}
STACKFRAME
,
*
LPSTACKFRAME
;
typedef
BOOL
(
CALLBACK
*
PREAD_PROCESS_MEMORY_ROUTINE
)
(
HANDLE
,
LPCVOI
D
,
PVOID
,
DWORD
,
PDWORD
);
(
HANDLE
,
DWOR
D
,
PVOID
,
DWORD
,
PDWORD
);
typedef
PVOID
(
CALLBACK
*
PFUNCTION_TABLE_ACCESS_ROUTINE
)(
HANDLE
,
DWORD
);
typedef
DWORD
(
CALLBACK
*
PGET_MODULE_BASE_ROUTINE
)(
HANDLE
,
DWORD
);
typedef
DWORD
(
CALLBACK
*
PTRANSLATE_ADDRESS_ROUTINE
)(
HANDLE
,
HANDLE
,
LPADDRESS
);
...
...
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