diff --git a/include/vlc_common.h b/include/vlc_common.h index 56e7e6dd1e87c1d7788cf34a5c7f98570504838c..6faf55778a48629db32f9af0ce57e69ccf0a1f0c 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -398,7 +398,7 @@ typedef int ( * vlc_callback_t ) ( vlc_object_t *, /* variable's object */ # define LIBVLC_EXPORT #endif #define VLC_PUBLIC_API LIBVLC_EXTERN LIBVLC_EXPORT -#define VLC_PRIVATE_API LIBVLC_EXTERN LIBVLC_EXPORT /* FIXME: dubious! */ +#define VLC_PRIVATE_API LIBVLC_EXTERN #define VLC_EXPORT( type, name, args ) \ LIBVLC_EXTERN LIBVLC_EXPORT type name args