mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-21 17:09:06 -07:00
wusa: Remove DECLSPEC_HIDDEN usage.
This commit is contained in:
parent
e040777841
commit
5148911b81
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue