Commit 34bd463f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Add VLC_INTERNAL, like VLC_EXPORT except it does not export

parent 2374e7bc
......@@ -472,6 +472,7 @@ typedef int ( * vlc_callback_t ) ( vlc_object_t *, /* variable's object */
# define VLC_EXPORT( type, name, args ) struct _u_n_u_s_e_d_
extern module_symbols_t* p_symbols;
#endif
#define VLC_INTERNAL( type, name, args ) VLC_EXPORT (type, name, args)
/*****************************************************************************
* OS-specific headers and thread types
......
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