Commit 897ac981 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

vlc_common.h: VLC_EXPORT should have extern if there is no visibility support.

parent 5daa9d29
......@@ -487,7 +487,7 @@ typedef int ( * vlc_callback_t ) ( vlc_object_t *, /* variable's object */
# else
# define VLC_PUBLIC_API extern
# define VLC_PRIVATE_API extern
# define VLC_EXPORT( type, name, args ) type name args
# define VLC_EXPORT( type, name, args ) extern type name args
# define VLC_INTERNAL( type, name, args ) type name args
# endif
# endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment