Commit 5148911b authored by Alexandre Julliard's avatar Alexandre Julliard

wusa: Remove DECLSPEC_HIDDEN usage.

parent e0407778
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment