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
5148911b
Commit
5148911b
authored
Nov 20, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wusa: Remove DECLSPEC_HIDDEN usage.
parent
e0407778
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
wusa.h
programs/wusa/wusa.h
+4
-4
No files found.
programs/wusa/wusa.h
View file @
5148911b
...
...
@@ -73,10 +73,10 @@ struct assembly_entry
struct
list
registryops
;
};
void
free_assembly
(
struct
assembly_entry
*
entry
)
DECLSPEC_HIDDEN
;
void
free_dependency
(
struct
dependency_entry
*
entry
)
DECLSPEC_HIDDEN
;
struct
assembly_entry
*
load_manifest
(
const
WCHAR
*
filename
)
DECLSPEC_HIDDEN
;
BOOL
load_update
(
const
WCHAR
*
filename
,
struct
list
*
update_list
)
DECLSPEC_HIDDEN
;
void
free_assembly
(
struct
assembly_entry
*
entry
);
void
free_dependency
(
struct
dependency_entry
*
entry
);
struct
assembly_entry
*
load_manifest
(
const
WCHAR
*
filename
);
BOOL
load_update
(
const
WCHAR
*
filename
,
struct
list
*
update_list
);
static
inline
char
*
strdupWtoA
(
const
WCHAR
*
str
)
{
...
...
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