[vlc-devel] commit: Exporting private APIs is contradictory ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue May 27 18:00:03 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Tue May 27 19:00:45 2008 +0300| [3dc646548a260b897828d5ce93ef697245895beb]
Exporting private APIs is contradictory
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3dc646548a260b897828d5ce93ef697245895beb
---
include/vlc_common.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_common.h b/include/vlc_common.h
index 56e7e6d..6faf557 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
More information about the vlc-devel
mailing list