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