git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10cdf4d
)
text/charset.c: Use #ifdef for HAVE_* macro.
author
Pierre d'Herbemont
<pdherbemont@videolan.org>
Mon, 4 Feb 2008 13:18:05 +0000
(13:18 +0000)
committer
Pierre d'Herbemont
<pdherbemont@videolan.org>
Mon, 4 Feb 2008 13:18:05 +0000
(13:18 +0000)
src/text/charset.c
patch
|
blob
|
history
diff --git
a/src/text/charset.c
b/src/text/charset.c
index
57a25db
..
d8b9d9b
100644
(file)
--- a/
src/text/charset.c
+++ b/
src/text/charset.c
@@
-66,7
+66,7
@@
typedef struct VLCCharsetAlias
* a lot of basic aliases (check it first by iconv -l).
*
*/
-#if (defined OS2 || !
HAVE_LANGINFO_CODESET
) && !defined WIN32
+#if (defined OS2 || !
defined(HAVE_LANGINFO_CODESET)
) && !defined WIN32
static const char* vlc_encoding_from_language( const char *l )
{
/* check for language (and perhaps country) codes */