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
e6fd3021
Commit
e6fd3021
authored
Nov 09, 2022
by
Eric Pouech
Committed by
Alexandre Julliard
Nov 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: Added missing DECLSPEC_HIDDEN attribute.
Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
parent
2e622d10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dbghelp_private.h
dlls/dbghelp/dbghelp_private.h
+1
-1
No files found.
dlls/dbghelp/dbghelp_private.h
View file @
e6fd3021
...
...
@@ -695,7 +695,7 @@ extern BOOL pcs_callback(const struct process* pcs, ULONG action, void*
extern
void
*
fetch_buffer
(
struct
process
*
pcs
,
unsigned
size
)
DECLSPEC_HIDDEN
;
extern
const
char
*
wine_dbgstr_addr
(
const
ADDRESS64
*
addr
)
DECLSPEC_HIDDEN
;
extern
struct
cpu
*
cpu_find
(
DWORD
)
DECLSPEC_HIDDEN
;
extern
const
WCHAR
*
process_getenv
(
const
struct
process
*
process
,
const
WCHAR
*
name
);
extern
const
WCHAR
*
process_getenv
(
const
struct
process
*
process
,
const
WCHAR
*
name
)
DECLSPEC_HIDDEN
;
extern
DWORD
calc_crc32
(
HANDLE
handle
)
DECLSPEC_HIDDEN
;
/* elf_module.c */
...
...
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