Changeset 0065092103e830b8d2e1e167c9630ee3e76d5e19

Show
Ignore:
Timestamp:
01/05/08 17:33:26 (7 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1209656006 +0300
git-parent:

[2857f1146eab870bf2649414e50fb0fdab055731]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1209656006 +0300
Message:

libintl is never "included" anymore

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_common.h

    r2857f11 r0065092  
    977977    /* Declare nothing: gnome.h will do it for us */ 
    978978#elif defined( ENABLE_NLS ) 
    979 #   if defined( HAVE_INCLUDED_GETTEXT ) 
    980 #       include "libintl.h" 
    981 #   else 
    982 #       include <libintl.h> 
    983 #   endif 
     979#   include <libintl.h> 
    984980#   undef _ 
    985981#   ifdef WIN32