]> git.sesse.net Git - vlc/commitdiff
text/charset.c: Use #ifdef instead of #if for HAVE_ macro.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 3 Feb 2008 00:33:26 +0000 (00:33 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 3 Feb 2008 00:33:26 +0000 (00:33 +0000)
src/text/charset.c

index 5352ecbaaf3d957451ebbf40ce891e9c912c5145..57a25db04dc380ebd2a1e59141a9ba65732a7bc6 100644 (file)
@@ -37,7 +37,7 @@
 #include <vlc/vlc.h>
 
 #if !defined WIN32
-# if HAVE_LANGINFO_CODESET
+# ifdef HAVE_LANGINFO_CODESET
 #  include <langinfo.h>
 # endif
 # include <locale.h>