1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Add VLC_INTERNAL, like VLC_EXPORT except it does not export

This commit is contained in:
Rémi Denis-Courmont 2006-11-12 16:18:31 +00:00
parent 2374e7bc03
commit 34bd463f8d

View File

@ -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