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
9d5db69f
Commit
9d5db69f
authored
May 13, 2011
by
Marcus Meissner
Committed by
Alexandre Julliard
May 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imagehlp: Mark internal variable as hidden visibility.
parent
a7f7d1b7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
access.c
dlls/imagehlp/access.c
+1
-1
imagehlp_main.c
dlls/imagehlp/imagehlp_main.c
+1
-1
No files found.
dlls/imagehlp/access.c
View file @
9d5db69f
...
@@ -54,7 +54,7 @@ static LOADED_IMAGE IMAGEHLP_EmptyLoadedImage = {
...
@@ -54,7 +54,7 @@ static LOADED_IMAGE IMAGEHLP_EmptyLoadedImage = {
148
,
/* SizeOfImage; */
148
,
/* SizeOfImage; */
};
};
extern
HANDLE
IMAGEHLP_hHeap
;
DECLSPEC_HIDDEN
extern
HANDLE
IMAGEHLP_hHeap
;
/***********************************************************************
/***********************************************************************
* GetImageConfigInformation (IMAGEHLP.@)
* GetImageConfigInformation (IMAGEHLP.@)
...
...
dlls/imagehlp/imagehlp_main.c
View file @
9d5db69f
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#include "wine/debug.h"
#include "wine/debug.h"
/**********************************************************************/
/**********************************************************************/
HANDLE
IMAGEHLP_hHeap
=
NULL
;
DECLSPEC_HIDDEN
HANDLE
IMAGEHLP_hHeap
=
NULL
;
/***********************************************************************
/***********************************************************************
* DllMain (IMAGEHLP.init)
* DllMain (IMAGEHLP.init)
...
...
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