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
0643acd5
Commit
0643acd5
authored
Jun 27, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed Wine-specific definition from exported header (spotted by
Steven Edwards).
parent
9dacf206
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
access.c
dlls/imagehlp/access.c
+2
-0
imagehlp.h
include/imagehlp.h
+0
-6
No files found.
dlls/imagehlp/access.c
View file @
0643acd5
...
...
@@ -50,6 +50,8 @@ static LOADED_IMAGE IMAGEHLP_EmptyLoadedImage = {
148
,
/* SizeOfImage; */
};
extern
HANDLE
IMAGEHLP_hHeap
;
/***********************************************************************
* EnumerateLoadedModules (IMAGEHLP.@)
*/
...
...
include/imagehlp.h
View file @
0643acd5
...
...
@@ -556,12 +556,6 @@ BOOL WINAPI UpdateDebugInfoFileEx(
PIMAGE_NT_HEADERS
NtHeaders
,
DWORD
OldChecksum
);
/***********************************************************************
* Wine specific
*/
extern
HANDLE
IMAGEHLP_hHeap
;
#ifdef __cplusplus
}
/* extern "C" */
#endif
/* defined(__cplusplus) */
...
...
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