]> git.sesse.net Git - vlc/commitdiff
Add VLC_INTERNAL, like VLC_EXPORT except it does not export
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 12 Nov 2006 16:18:31 +0000 (16:18 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 12 Nov 2006 16:18:31 +0000 (16:18 +0000)
include/vlc_common.h

index ec207611ed76e366bae022f062f354d9ef8d8032..6c691ccd5f78db6b8bc149f92ed1af484ca67f52 100644 (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