From: RĂ©mi Denis-Courmont Date: Tue, 27 May 2008 16:00:45 +0000 (+0300) Subject: Exporting private APIs is contradictory X-Git-Tag: 0.9.0-test0~675 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3dc646548a260b897828d5ce93ef697245895beb;p=vlc Exporting private APIs is contradictory --- diff --git a/include/vlc_common.h b/include/vlc_common.h index 56e7e6dd1e..6faf55778a 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