Commit 06fd20a7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

sxs: Mark internal symbols with hidden visibility.

parent 1d7f2c31
...@@ -25,7 +25,7 @@ enum name_attr_id ...@@ -25,7 +25,7 @@ enum name_attr_id
NAME_ATTR_ID_VERSION NAME_ATTR_ID_VERSION
}; };
const WCHAR *get_name_attribute( IAssemblyName *, enum name_attr_id ); const WCHAR *get_name_attribute( IAssemblyName *, enum name_attr_id ) DECLSPEC_HIDDEN;
static inline WCHAR *strdupW( const WCHAR *src ) static inline WCHAR *strdupW( const WCHAR *src )
{ {
......
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