Commit 00650921 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

libintl is never "included" anymore

parent 2857f114
......@@ -976,11 +976,7 @@ VLC_EXPORT( unsigned, vlc_CPU, ( void ) );
defined(MODULE_NAME_IS_pda))
/* Declare nothing: gnome.h will do it for us */
#elif defined( ENABLE_NLS )
# if defined( HAVE_INCLUDED_GETTEXT )
# include "libintl.h"
# else
# include <libintl.h>
# endif
# include <libintl.h>
# undef _
# ifdef WIN32
# define _(String) vlc_dgettext (PACKAGE_NAME, String)
......
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