X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_charset.h;h=0788b17f2487a22747d8e75dd6f05dac615c1d70;hb=5d313c65e44d8963262fdbc5d5d52f5169f3f787;hp=8cb9c29fcdaef95b30c159665dbe06cbbcac01ab;hpb=0b3174ed6e6940bc628544e7effed4ff90f5a7fa;p=vlc diff --git a/include/vlc_charset.h b/include/vlc_charset.h index 8cb9c29fcd..0788b17f24 100644 --- a/include/vlc_charset.h +++ b/include/vlc_charset.h @@ -22,10 +22,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#if !defined( __LIBVLC__ ) - #error You are not libvlc or one of its plugins. You cannot include this file -#endif - #ifndef __VLC_CHARSET_H #define __VLC_CHARSET_H 1 @@ -57,7 +53,7 @@ VLC_EXPORT( int, utf8_stat, ( const char *filename, struct stat *buf ) ); VLC_EXPORT( int, utf8_lstat, ( const char *filename, struct stat *buf ) ); VLC_EXPORT( int, utf8_vfprintf, ( FILE *stream, const char *fmt, va_list ap ) ); -VLC_EXPORT( int, utf8_fprintf, ( FILE *, const char *, ... ) ATTRIBUTE_FORMAT( 2, 3 ) ); +VLC_EXPORT( int, utf8_fprintf, ( FILE *, const char *, ... ) LIBVLC_FORMAT( 2, 3 ) ); VLC_EXPORT( char *, EnsureUTF8, ( char * ) ); VLC_EXPORT( const char *, IsUTF8, ( const char * ) );