Changeset a625817c44e2067ed2db5e35c0e1984522b1469a

Show
Ignore:
Timestamp:
03/02/08 01:33:26 (8 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1201998806 +0000
git-parent:

[28ef18e5bd8a5d06cefc535e73953a0f1225ed90]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1201998806 +0000
Message:

text/charset.c: Use #ifdef instead of #if for HAVE_ macro.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/text/charset.c

    r99fab90 ra625817  
    3838 
    3939#if !defined WIN32 
    40 # if HAVE_LANGINFO_CODESET 
     40# ifdef HAVE_LANGINFO_CODESET 
    4141#  include <langinfo.h> 
    4242# endif